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

TdxRibbonTabGroups.Add Method

Adds a new tab group at the end of the collection.

#Declaration

Delphi
function Add: TdxRibbonTabGroup;

#Returns

Type
TdxRibbonTabGroup

#Remarks

Once added, the new group automatically appears in the rightmost position in the tabbed page (see the Tab property).

The Add method returns a reference to the newly created group.

See Also