Enum
FieldDisplayMode

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.

Declaration

cs-api-definition
Code = 0

Field Value

FieldDisplayMode

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.

Declaration

cs-api-definition
DisplayName = 1

Field Value

FieldDisplayMode

Result

When a field has display mode Result, it is visualized in the document using its result fragment.

Declaration

cs-api-definition
Result = 2

Field Value

FieldDisplayMode

In this article
DefinitionFieldsCodeDisplayNameResult
Not finding the help you need?
Contact Support