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

Represents information about a document variable.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class DocumentVariableInfo

Inheritance: objectDocumentVariableInfo

Constructors

C#
public DocumentVariableInfo()

Initializes a new instance of the DocumentVariableInfo class.

C#
public DocumentVariableInfo(string name, object value)
Parameters:namestring

The name.

valueobject

The value.

Properties

Gets or sets the name.

C#
[XamlSerializable]
public string Name { get; set; }
Property Value:

The name.

Gets or sets the value.

C#
[XamlSerializable]
public object Value { get; set; }
Property Value:

The value.