Back to Devexpress

TdxCustomTreeView.AbsoluteVisibleItems Property

vcl-dxtreeview-dot-tdxcustomtreeview-4cb65c62.md

latest654 B
Original Source

TdxCustomTreeView.AbsoluteVisibleItems Property

Provides indexed access to visible tree nodes.

Declaration

delphi
property AbsoluteVisibleItems[Index: Integer]: TdxTreeViewNode read;

Property Value

TypeDescription
TdxTreeViewNode

A tree node.

|

Remarks

All visible nodes are indexed from top to bottom regardless of their nesting levels.

See Also

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit