IGridTextBoxValidationColumn Interface

Interface to implement a TextBox Validation Column type column.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public interface IGridTextBoxValidationColumn

Properties

AllowEditing Gets or sets a value indicating whether the user can edit the cells in the column.
AllowNullValue Gets or sets a value indicating whether values ​​are allowed.
Decimals Gets or sets the number of decimal places in the number.
FieldTypeName Get or set the type or name of the field to validate.
Format Gets or sets a string that specifies how to format the column value.
InfoColor Gets or sets the color of the information to display.
InfoColorBinding Gets or sets the data binding that provides the color of the information to display.
InfoText Gets or sets an information text to display.
InfoTextBinding Obtiene o establece el enlace de datos que proporciona el texto de información para mostrar.
IsReadOnly Gets or sets a value indicating whether the user can change the text in the column cells.
LinkButtonCommand Gets or sets the command that is invoked when the link button is pressed.
LinkButtonCommandParameter Gets or sets the parameter that is passed to the link button command.
LinkButtonCommandTarget Gets or sets the element on which the specified link button command occurs.
LinkButtonImageSource Gets or sets the source of a custom image for the link button
LinkButtonVisible Gets or sets a value indicating whether the link button is visible.
LocationScreen Gets a comma-delimited string describing the dimensions and absolute location of this element on the screen. The string consists of the following values: 'Left, Top, Width, Height'.
Mask Gets or sets a string that specifies the edit mask for the column.
MaxLength Gets or sets the maximum number of characters that can be manually entered into the column text box.
MaxValue Gets or sets the maximum value of the number.
MinValue Gets or sets the minimum value of the number.
ReferenceField Gets or sets the name of the field to validate that will be displayed in the required field message.
Required Gets or sets a value indicating that the field is required.
ResourceProvider Gets or sets the String resource provider that is used to retrieve and validate the entered data.
SpinButtonVisible Gets or sets a value indicating whether the numeric value increment and decrement buttons are visible.
StepValue Gets or sets the jump value of the number.
ValidationErrorMessage Gets or sets a custom error message to display if the validation mode check fails.
ValidationExpresion Gets an expression that acts as a mask when allowing or not allowing certain characters to be written It will be used in conjunction with the ValidationMode property.
ValidationMode /// Gets or sets the validation mode.

Methods

GetFormatOrDefault Gets a string with the set or default format of the column data.

See Also