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

TdxRibbonTabGroups Class

A collection of tab groups in the Ribbon tab.

#Declaration

Delphi
TdxRibbonTabGroups = class(
    TCollection
)

#Remarks

A tabbed page can contain any number of bar items. To allow end-users to work with controls in an efficient way, related bar items can be organized into a set of separate groups.

The TdxRibbonTabGroups class is designed to manage a collection of these groups. With this class you can:

  • Add a new group to the tab (see the Add method);

  • Access an individual group in the collection (see the Items property);

  • Obtain a reference to the tab that owns the collection (see the Tab property).

The TdxRibbonTabGroups object is referenced by the tab’s Groups property.

#Inheritance

See Also