Class DataBinding
Represents a class that defines the mapping of the structured document tag.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DataBinding
Constructors
DataBinding()
DataBinding(DataBinding)
Initializes a new instance of the DataBinding class from another instance.
Declaration
public DataBinding(DataBinding dataBinding)
Parameters
DataBinding
dataBinding
|
Properties
PrefixMappings
Gets a list that contains all of the namespace prefix mappings defined for the given element.
Declaration
public List<string> PrefixMappings { get; }
Property Value
System.Collections.Generic.List<System.String>
|
StoreItemId
Gets or sets the name of the custom XML part.
Declaration
public string StoreItemId { get; set; }
Property Value
System.String
|
XPath
Gets or sets the XPath to the mapped XML node.
Declaration
public string XPath { get; set; }
Property Value
System.String
|