GridLevelTree Properties
Represents a root node in the tree-like structure that associates master-detail relationships with pattern Views.| Name | Description |
|---|---|
| HasChildren | Gets whether the current node has children Inherited from GridLevelNode. |
| IsRootLevel | Gets whether the current node is the root node. |
| Level | Gets the nesting level of the current node. Inherited from GridLevelNode. |
| LevelTemplate | Gets the main View of the grid control. |
| Nodes | Provides access to the collection of child nodes. Inherited from GridLevelNode. |
| OwnerCollection | Gets the node collection that owns the current node. Inherited from GridLevelNode. |
| Parent | Gets the parent node of the current node. Inherited from GridLevelNode. |
| RelationName | Gets the string that identifies the root node. |
See Also