ClassStructureTree
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:
cs-api-definition
public class StructureTree
Inheritance: objectStructureTree
Derived Classes:
Properties
ChildElements
Gets the collection of child structure elements attached to this node.
Declaration
cs-api-definition
public StructureElementsCollection ChildElements { get; }
Property Value