C1.Win.FlexGrid Namespace / RowCol Class / EditMask Property

In This Topic
EditMask Property (RowCol)
In This Topic
Gets or sets the input mask to use when editing cells on this column.
Syntax
'Declaration
 
Public Property EditMask As String
 
Remarks
The grid also has an EditMask property that applies to the entire grid. For details and mask syntax, refer to that property.
See Also