TreeGridTextBoxValidationColumnValidationExpresion Property

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.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public string ValidationExpresion { get; set; }

Property Value

String

Implements

IGridTextBoxValidationColumnValidationExpresion

See Also