[]
Gets or sets how to display the literals.
public ShowLiterals ShowLiterals { get; set; }
Public Property ShowLiterals As ShowLiterals
Type | Description |
---|---|
ShowLiterals | One of the GrapeCity.Windows.InputMan.ShowLiterals enumeration values. The default is GrapeCity.Windows.InputMan.ShowLiterals.Always. |
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.
Type | Condition |
---|---|
ArgumentException | The assigned value is not valid GrapeCity.Windows.InputMan.ShowLiterals. |