New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class DataBinding

Inheritance: objectDataBinding

Constructors

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

C#
public DataBinding()

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

C#
public DataBinding(DataBinding dataBinding)
Parameters:dataBindingDataBinding

Properties

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

C#
public List<string> PrefixMappings { get; }

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

C#
public string StoreItemId { get; set; }

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

C#
public string XPath { get; set; }