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.Items Property

Provides the zero-based indexed access to the nodes at the zero nesting level.

#Declaration

Delphi
property Items[Index: Integer]: TdxOcNode read; default;

#Property Value

Type
TdxOcNode

#Remarks

Use this property to access the root level node, passing its index as the Index parameter. To obtain the accessible items count, use the RootCount property. To access a specific root node descendant, use the node’s Items property.

See Also