ClassDataBinding
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:
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
Properties
PrefixMappings
Gets the namespace prefix mappings required to resolve the XPath expression against the custom XML part.
StoreItemId
Gets or sets the unique identifier (GUID) of the custom XML part containing the target data node.