Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcMask Class / ShowLiterals Property


In This Topic
    ShowLiterals Property (GcMask)
    In This Topic
    Gets or sets whether to display the literals during user entry.
    Syntax
    'Declaration
     
    Public Property ShowLiterals As ShowLiterals
    'Usage
     
    Dim instance As GcMask
    Dim value As ShowLiterals
     
    instance.ShowLiterals = value
     
    value = instance.ShowLiterals
    public ShowLiterals ShowLiterals {get; set;}

    Property Value

    One of the GrapeCity.Windows.InputMan.ShowLiterals enumeration values. The default is GrapeCity.Windows.InputMan.ShowLiterals.Always.
    Exceptions
    ExceptionDescription
    The assigned value is not type of GrapeCity.Windows.InputMan.ShowLiterals.
    Remarks
    This property controls the literals shown or not shown when user input text.
    See Also