DataBinding
Class
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.
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; }