Class
DataBinding

Represents the data binding for structured document tags in Telerik's document model.

Definition

Namespace:Telerik.Windows.Documents.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class DataBinding

Inheritance: objectDataBinding

Constructors

DataBinding()

Declaration

cs-api-definition
public DataBinding()

DataBinding(DataBinding)

Declaration

cs-api-definition
public DataBinding(DataBinding dataBinding)

Parameters

dataBinding

DataBinding

Properties

PrefixMappings

Gets a list that contains all of the namespace prefix mappings deiend for the given element.

Declaration

cs-api-definition
[XamlSerializable]
public List<string> PrefixMappings { get; }

Property Value

List<string>

StoreItemId

Gets or sets the name of the custom XML part.

Declaration

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

Property Value

string

XPath

Gets or sets the XPath to the mapped XML node.

Declaration

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

Property Value

string