InputPanel for WinForms | ComponentOne
C1.Win.4.8 Assembly / C1.Design Namespace / C1InputMaskPickerForm Class / UpdateWithLiterals Property

In This Topic
    UpdateWithLiterals Property (C1InputMaskPickerForm)
    In This Topic
    Gets or sets a value indicating whether the underlying datasource should be updated with the literals in the mask.
    Syntax
    'Declaration
     
    Public Property UpdateWithLiterals As Boolean
    public bool UpdateWithLiterals {get; set;}
    See Also