New to Telerik UI for WPFStart a free 30-day trial

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()
C#
public FieldTextToken(string text)
Parameters:textstring

Properties

Gets the text of the field token.

C#
public string Text { get; set; }

Methods

Converts the current FieldTextToken instance to its string representation.

C#
public override string ToString()
Returns:

string

A string that represents the current FieldTextToken instance.

Overrides: object.ToString()