Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxButtonGroupItems.Items Property

Provides indexed access to individual items.

#Declaration

Delphi
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