Skip to main content

TdxRibbonTab.Groups Property

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

Declaration

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