Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControlCellType Class / ShowLiterals Property


In This Topic
    ShowLiterals Property (FieldsEditorControlCellType)
    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 FieldsEditorControlCellType
    Dim value As ShowLiterals
     
    instance.ShowLiterals = value
     
    value = instance.ShowLiterals
    public ShowLiterals ShowLiterals {get; set;}

    Property Value

    One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.ShowLiterals enumeration values.
    The default is ShowLiterals.Always.
    Remarks
    The ShowLiterals.Always means the literal field is always displayed. The ShowLiterals.PostDisplay means the literal field is displayed only after the field which is next to the literal field, gets data. The ShowLiterals.PreDisplay means the literal field is displayed only before the field which is next to the literal field, gets data.
    See Also