.NET Documentation
C#
VB
Show/Hide TOC
Tree
Grid
Text
Box
Validation
Column
Mask Property
Gets or sets a string that specifies the edit mask for the column.
Definition
Namespace:
Aliquo.Windows.Controls
Assembly:
Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
Copy
public
string
Mask
{
get
;
set
; }
VB
Copy
Public
Property
Mask
As
String
Get
Set
Property Value
String
Implements
IGridTextBoxValidationColumn
Mask
See Also
Reference
TreeGridTextBoxValidationColumn Class
Aliquo.Windows.Controls Namespace
In This Article
Definition
Property Value
Implements
See Also