Back to Devexpress

TdxOcNode.AbsoluteItems Property

vcl-dxorgchr-dot-tdxocnode-c0781ed0.md

latest1.1 KB
Original Source

TdxOcNode.AbsoluteItems Property

Provides indexed access to all the child nodes at all hierarchy levels.

Declaration

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

Property Value

Type
TdxOcNode

Remarks

Use this property to access a specific child node by passing its zero-based index as the Index parameter. To obtain the accessible items count, use the AbsoluteCount property.

To access only the child nodes at the nearest nesting level, use the Items property instead.

See Also

TdxCustomOrgChart.AbsoluteItems

TdxCustomOrgChart.Count

TdxCustomOrgChart.Items

TdxCustomOrgChart.RootCount

TdxOcNode.Count

TdxOcNode Class

TdxOcNode Members

dxorgchr Unit