True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / EditMaskUpdate Property

In This Topic
    EditMaskUpdate Property (C1DataColumn)
    In This Topic
    Gets or sets a value indicating whether literal characters in the edit mask are stored to the underlying data source.
    Syntax
    'Declaration
     
    Public Property EditMaskUpdate As System.Boolean
    public System.bool EditMaskUpdate {get; set;}
    See Also