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

TdxBarManager.Groups Property

Provides access to the item group collection.

#Declaration

Delphi
property Groups[Index: Integer]: TdxBarGroup read;

#Property Value

Type
TdxBarGroup

#Remarks

Use this property to access a particular group in the bar manager’s item group collection by its Index.

To get a count of item groups within this collection, use the GroupCount property. To create a group, call the bar manager’s CreateGroup function. Use a group’s Free method to remove it from the collection.

To add a group to a collection and to access or change the information about an individual group, use the methods and properties of the TdxBarGroup class. For instance, use the Items property to access the items that belong to a group.

Refer to the Customization Form - Groups Page topic for details on creating groups at design time.

See Also