Skip to main content

TcxCustomEditButtons.Items Property

Provides indexed access to all editor buttons in the collection.

Declaration

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

Property Value

Type Description
TcxCustomEditButton

An editor button. To access all public API members of a stored editor button, cast the Items property value to the TcxEditButton or TdxBreadcrumbEditButton class.

Tip

You can call the Items.ClassName function to identify the actual editor button type.

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