[]
Gets or sets whether to display the literals during user entry.
public ShowLiterals ShowLiterals { get; set; }
Public Property ShowLiterals As ShowLiterals
Type | Description |
---|---|
ShowLiterals | One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.ShowLiterals enumeration values.
|
The Always means the literal field is always displayed. The PostDisplay means the literal field is displayed only after the field which is next to the literal field, gets data. The PreDisplay means the literal field is displayed only before the field which is next to the literal field, gets data.