Enum FieldDisplayMode
Represents the possible display mode values a field can have.
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum FieldDisplayMode
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.