Skip to main content

Ribbon Tab Group

Related bar items within Ribbon tabs are organized into groups.

Tab groups are represented by TdxRibbonTabGroup objects, available via a tab’s Groups property. Each tab group is a container for a toolbar. To embed a toolbar into a group, use the group’s ToolBar property. For this purpose, the bar manager with defined toolbars should be bound to the Ribbon (see the Ribbon’s BarManager property). No replication of the same toolbar is allowed within one tab page.

A tab group’s caption alternative to the toolbar’s caption can be specified using the tab group’s Caption and AssignedValues properties.

To create a group at design time, use the tab’s context menu. This menu is only available if the bar manager is linked to the Ribbon.

To learn more, see the Customization Form and Creating Toolbar Items and Item Controls help topics.

See Also