Class StructureTree
Base node for a structure tree; the root or any intermediate element holding child structure elements.
Inheritance
System.Object
StructureTree
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.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class StructureTree
Properties
ChildElements
Gets the collection of child structure elements attached to this node.
Declaration
public StructureElementsCollection ChildElements { get; }
Property Value
|
StructureElementsCollection
|