FieldTextToken
Class
Represents a token that contains field text for document formatting.
Definition
Namespace:Telerik.Windows.Documents.FormatProviders.Utils
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class FieldTextToken : FieldToken
Inheritance: objectFieldTokenFieldTextToken
Constructors
C#
public FieldTextToken()
Properties
Methods
Converts the current FieldTextToken instance to its string representation.
C#
public override string ToString()
A string that represents the current FieldTextToken instance.
Overrides: