Skip to main content
A newer version of this page is available. .

TcxTreeListNode.Items Property

Provides zero-based indexed access to the node’s child nodes.

Declaration

property Items[Index: Integer]: TcxTreeListNode read; write; default;

Property Value

Type
TcxTreeListNode

Remarks

The Index property value specifies the node’s index within its parent’s Items collection.

See Also