Class
DataBinding

Maps a content control to a custom XML part node via XPath, enabling data-bound content controls.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class DataBinding

Inheritance: objectDataBinding

Constructors

DataBinding()

Initializes a new instance of the DataBinding class with no mappings.

Declaration

cs-api-definition
public DataBinding()

DataBinding(DataBinding)

Initializes a new instance of the DataBinding class by copying from another instance.

Declaration

cs-api-definition
public DataBinding(DataBinding dataBinding)

Parameters

dataBinding

DataBinding

Properties

PrefixMappings

Gets the namespace prefix mappings required to resolve the XPath expression against the custom XML part.

Declaration

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

Property Value

List<string>

StoreItemId

Gets or sets the unique identifier (GUID) of the custom XML part containing the target data node.

Declaration

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

Property Value

string

XPath

Gets or sets the XPath expression that locates the target node within the custom XML part.

Declaration

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

Property Value

string