Skip to main content

TcxEditButtons.Items Property

Provides indexed access to all editor buttons stored in the collection.

Declaration

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

Property Value

Type Description
TcxEditButton

An editor button.

Remarks

Pass an index as the Index parameter to access the corresponding editor button in the collection. Use the Count property to identify the number of buttons accessible through the Items property.

See Also