FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellStyle Class / EditMask Property

In This Topic
    EditMask Property (CellStyle)
    In This Topic
    Gets or sets the mask string used to edit values.
    Syntax
    'Declaration
     
    
    Public Property EditMask As String
    public string EditMask {get; set;}
    See Also