Class DocumentVariableInfo
Represents information about a document variable.
Inheritance
System.Object
DocumentVariableInfo
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class DocumentVariableInfo : Object
Constructors
DocumentVariableInfo()
Declaration
public DocumentVariableInfo()
DocumentVariableInfo(String, Object)
Initializes a new instance of the Document
Declaration
public DocumentVariableInfo(string name, object value)
Parameters
System. The name. |
System. The value. |
Properties
Name
Gets or sets the name.
Declaration
[XamlSerializable]
public string Name { get; set; }
Property Value
System. The name. |
Value
Gets or sets the value.
Declaration
[XamlSerializable]
public object Value { get; set; }
Property Value
System. The value. |