[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.ShowLiterals

ShowLiterals Property

ShowLiterals

Gets or sets how to display the literals.

Declaration
public ShowLiterals ShowLiterals { get; set; }
Public Property ShowLiterals As ShowLiterals
Property Value
Type Description
ShowLiterals

One of the GrapeCity.Windows.InputMan.ShowLiterals enumeration values. The default is GrapeCity.Windows.InputMan.ShowLiterals.Always.

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.

Exceptions
Type Condition
ArgumentException

The assigned value is not valid GrapeCity.Windows.InputMan.ShowLiterals.