Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / ShowLiterals Property


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

    Property Value

    One of the ShowLiterals enumeration values. The default is ShowLiterals.Always.
    Remarks
    This property is not relevant for this class
    See Also