Class DataBinding
Inheritance
System.Object
DataBinding
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.StructuredDocumentTags
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DataBinding
Constructors
DataBinding()
Declaration
public DataBinding()
DataBinding(DataBinding)
Properties
PrefixMappings
Gets a list that contains all of the namespace prefix mappings deiend for the given element.
Declaration
[XamlSerializable]
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
[XamlSerializable]
public string StoreItemId { get; set; }
Property Value
System.String
|
XPath
Gets or sets the XPath to the mapped XML node.
Declaration
[XamlSerializable]
public string XPath { get; set; }
Property Value
System.String
|