[]
Gets or sets whether to display the literals during user entry.
public virtual ShowLiterals ShowLiterals { get; set; }
Public Overridable Property ShowLiterals As ShowLiterals
Type | Description |
---|---|
ShowLiterals | One of the ShowLiterals enumeration values. |
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.