StructureTree
Class
Base node for a structure tree; the root or any intermediate element holding child structure elements.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public class StructureTree
Inheritance: objectStructureTree
Derived Classes:
Properties
Gets the collection of child structure elements attached to this node.
C#
public StructureElementsCollection ChildElements { get; }