TreePath Property
Overloads
TreePath |
The GroupPos of all prior nodes connected to this one, one position for each level of the tree. If this node is attached directly to the root, this array is empty. JSON property name: qTreePath |
TreePath
The GroupPos of all prior nodes connected to this one, one position for each level of the tree.
If this node is attached directly to the root, this array is empty.
JSON property name: qTreePath
Declaration
IEnumerable<int> TreePath { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Int32> |