ComponentOne FlexGrid for WinForms
EditMask Property (RowCol)

C1.Win.C1FlexGrid Namespace > RowCol Class : EditMask Property
Gets or sets the input mask to use when editing cells on this column.
Syntax
'Declaration
 
Public Property EditMask As String
public string EditMask {get; set;}
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

Reference

RowCol Class
RowCol Members