Skip to main content

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