Class DataBinding
Maps a content control to a custom XML part node via XPath, enabling data-bound content controls.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DataBinding
Constructors
DataBinding()
Initializes a new instance of the DataBinding class with no mappings.
Declaration
public DataBinding()
DataBinding(DataBinding)
Initializes a new instance of the DataBinding class by copying from another instance.
Declaration
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
public List<string> PrefixMappings { get; }
Property Value
|
System.Collections.Generic.List<System.String>
|
StoreItemId
Gets or sets the unique identifier (GUID) of the custom XML part containing the target data node.
Declaration
public string StoreItemId { get; set; }
Property Value
|
System.String
|
XPath
Gets or sets the XPath expression that locates the target node within the custom XML part.
Declaration
public string XPath { get; set; }
Property Value
|
System.String
|