FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid 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
    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