[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ShowLiterals

ShowLiterals Property

ShowLiterals

Gets or sets whether to display the literals during user entry.

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

One of the ShowLiterals enumeration values.

The default is Always.

Remarks

The Always means the literal fields are always displayed. The PostDisplay means the literal field is displayed after the field next to the literal field, only when the field has data. The PreDisplay means the literal field is displayed before the field next to the literal field, only when the field has data.