Available for: UI for ASP.NET MVC | UI for ASP.NET AJAX | UI for Blazor | UI for WPF | UI for WinForms | UI for Xamarin | UI for WinUI | UI for ASP.NET Core | UI for .NET MAUI

New to Telerik Document Processing? Download free 30-day trial

FieldCharacter

FieldCharacter is an inline element. It is a special character, which delimits the start and end of a field or separates its field codes from its current field result.

Inserting a FieldCharacter

FieldCharacter element is created when InsertField(string code, string result) method of RadFlowDocumentEditor is called.

These are the possible FieldCharacterTypes

  • Start: Specifies that the character is a start character, which defines the start of a complex field.

  • 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.

FieldCharacter has a FieldInfo property, which points to its associated FieldInfo object.

See Also

In this article