TdxCustomTreeView.AbsoluteVisibleItems Property
Provides indexed access to visible tree nodes.
Declaration
property AbsoluteVisibleItems[Index: Integer]: TdxTreeViewNode read;
Property Value
Type | Description |
---|---|
TdxTreeViewNode | A tree node. |
Remarks
All visible nodes are indexed from top to bottom regardless of their nesting levels.
See Also