Class FieldDisplayMode
Represents the possible display mode values a field can have.
Inheritance
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class FieldDisplayMode : Enum
Fields
Code
When a field has display mode Code, it is visualized in the document using its code fragment.
Declaration
public const FieldDisplayMode Code
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
public const FieldDisplayMode DisplayName
Field Value
FieldDisplayMode
|
Result
When a field has display mode Result, it is visualized in the document using its result fragment.
Declaration
public const FieldDisplayMode Result
Field Value
FieldDisplayMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|