Class
DocumentVariableInfo

Represents information about a document variable.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DocumentVariableInfo

Inheritance: objectDocumentVariableInfo

Constructors

DocumentVariableInfo()

Declaration

cs-api-definition
public DocumentVariableInfo()

DocumentVariableInfo(string, object)

Initializes a new instance of the DocumentVariableInfo class.

Declaration

cs-api-definition
public DocumentVariableInfo(string name, object value)

Parameters

name

string

The name.

value

object

The value.

Properties

Name

Gets or sets the name.

Declaration

cs-api-definition
[XamlSerializable]
public string Name { get; set; }

Property Value

string

The name.

Value

Gets or sets the value.

Declaration

cs-api-definition
[XamlSerializable]
public object Value { get; set; }

Property Value

object

The value.