Back to Devexpress

TdxRibbonTab.Groups Property

vcl-dxribbon-dot-tdxribbontab-c180476d.md

latest993 B
Original Source

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

TdxRibbonTab Class

TdxRibbonTab Members

dxRibbon Unit