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


In This Topic
    ShowLiterals Property (GcDateTime)
    In This Topic
    Gets or sets how to display the literals.
    Syntax
    'Declaration
     
    Public Property ShowLiterals As ShowLiterals
    'Usage
     
    Dim instance As GcDateTime
    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 valid GrapeCity.Windows.InputMan.ShowLiterals.
    Remarks
    According to different value of this property, when user is editing GcDateTime control, the literals should be shown before or after the corresponding field is shown.
    See Also