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

TdxRibbonTabGroup Class

#Declaration

#Remarks

The purpose of the tab group is to assemble a set of related bar items into a separate group in the Ribbon.

It is the docking area for the bar whose items are to be placed into this group. To do this, first place item controls into a bar and then dock this bar into the group using the group’s ToolBar property.

A new group can be added to a tab at both design and runtime.

At design time you can use the tab’s Groups property editor. When the new group is created, dock the prepared toolbar into it – select the newly created group in the editor, then go to the Object Inspector and enter (or select from the drop-down list) the bar’s name into the ToolBar property.

At runtime, add a new group to the page using the tab’s Groups.Add method, and dock a bar via the ToolBar property. You can do the same in one step, by using the tab’s AddToolBar method.

A reference to an individual group instance can be obtained via the tab’s Groups.Items property.

See Also