TreeGridTextBoxValidationColumn Class

Represents a column that holds the TextBoxValidation control as its cell content in edit mode.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class TreeGridTextBoxValidationColumn : TreeGridTextColumnBase, 
	IGridTextBoxValidationColumn
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    SfGridColumnBaseSfGridBase    GridColumnBase    TreeGridColumn    TreeGridTextColumnBase    TreeGridTextBoxValidationColumn
Implements
IGridTextBoxValidationColumn

Constructors

Properties

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 Gets or sets the data binding that provides the information text to display.
LinkButtonCommand Obtiene o establece el comando que se invoca cuando se presiona el botón enlace
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 properties.

ValidationMode Gets or sets the validation mode.

Methods

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

Fields

AllowNullValueProperty Identifies the dependency property AllowNullValue.
DecimalsProperty Identifies the dependency property Decimals.
FieldTypeNameProperty Identifies the dependency property FieldTypeName.
FormatProperty Identifies the dependency property Format.
InfoColorProperty Identifies the dependency property InfoColor.
InfoTextProperty Identifies the dependency property InfoText.
LinkButtonCommandParameterProperty Identify the dependency property LinkButtonCommandParameter.
LinkButtonCommandProperty Identify the dependency property LinkButtonCommand.
LinkButtonCommandTargetProperty Identify the dependency property LinkButtonCommandTarget.
LinkButtonImageSourceProperty Identify the dependency property LinkButtonImageSource.
LinkButtonVisibleProperty Identifies the dependency property LinkButtonVisible.
LocationScreenProperty Identifies the dependency property LocationScreen.
MaskProperty Identify the dependency property Mask.
MaxLengthProperty Identifies the dependency property MaxLength.
MaxValueProperty Identifies the dependency property MaxValue.
MinValueProperty Identifies the dependency property MinValue.
ReferenceFieldProperty Identifies the dependency property ReferenceField.
RequiredProperty Identify the dependency property Required.
ResourceProviderProperty Identifies the dependency property ResourceProvider.
SpinButtonVisibleProperty Identify the dependency property SpinButtonVisible.
StepValueProperty Identifies the dependency property StepValue.
ValidationErrorMessageProperty Identifies the dependency property ValidationErrorMessage.
ValidationExpresionProperty Identifies the dependency property ValidationExpresion.
ValidationModeProperty Identifies the dependency property ValidationMode.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also