New to Telerik UI for WinFormsStart a free 30-day trial

Represents the possible display mode values a field can have.

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum FieldDisplayMode

Fields

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

C#
Code = 0

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.

C#
DisplayName = 1

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

C#
Result = 2
In this article
DefinitionFieldsCodeDisplayNameResult
Not finding the help you need?
Contact Support