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

TdxRibbonTab.Groups Property

Provides access to a collection of tab groups located in the currently processed tab.

#Declaration

Delphi
property Groups: TdxRibbonTabGroups read; write;

#Property Value

Type
TdxRibbonTabGroups

#Remarks

Use the Groups property to add new tab groups to the tabbed page (see the tab’s Groups.Add method), or have random access to existing groups (see the tab’s Groups.Items property).

Override the tab’s GetGroupClass function to provide a custom tab group (a TdxRibbonTabGroup descendant) for the tab.

See Also