Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomOrgChart.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 returned elements count, use the AbsoluteCount property.

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

See Also