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

TcxButtonGroupItems.Items Property

Provides indexed access to individual items.

Declaration

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

Property Value

Type
TcxButtonGroupItem

Remarks

The Items property overrides the base class property to return items of the TcxButtonGroupItem type. TcxButtonGroupItems descendants also override this property to return objects of particular types.

The property is used to access individual items by their indexes that should be passed as the Index parameter. The first item’s index is zero. The last item’s index is the Count property value decremented by one.

See Also