Back to Devexpress

TcxTreeListNode.Items Property

vcl-cxtl-dot-tcxtreelistnode-329d16f9.md

latest579 B
Original Source

TcxTreeListNode.Items Property

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

Declaration

delphi
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

TcxTreeListNode Class

TcxTreeListNode Members

cxTL Unit