EnumFieldDisplayMode
Enum
Represents the possible display mode values a field can have.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public enum FieldDisplayMode
Fields
Code
When a field has display mode Code, it is visualized in the document using its code fragment.
DisplayName
When a field has display mode DisplayName, it is visualized in the document using its display name fragment if the field has such. If it doesn't, the result fragment is used instead.
Result
When a field has display mode Result, it is visualized in the document using its result fragment.