Back to Devexpress

TdxCustomTreeView.AbsoluteItems Property

vcl-dxtreeview-dot-tdxcustomtreeview-f2a09c34.md

latest577 B
Original Source

TdxCustomTreeView.AbsoluteItems Property

Provides indexed access to tree nodes.

Declaration

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

Property Value

TypeDescription
TdxTreeViewNode

A tree node.

|

Remarks

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

See Also

TdxCustomTreeView Class

TdxCustomTreeView Members

dxTreeView Unit