Enum FieldCharacterType
Specifies the type of the a field character.
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public enum FieldCharacterType
End
Specifies that the character is an end character, which defines the end of a complex field.
Separator
Specifies that the character is a separator character, which defines the end of the field codes and the start of the field result for a complex field.
Start
Specifies that the character is a start character, which defines the start of a complex field.