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

TdxRibbonTabCollection.Add Method

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

#Declaration

Delphi
function Add: TdxRibbonTab;

#Returns

Type
TdxRibbonTab

#Remarks

Once added, the new tab automatically appears in the rightmost position in the Ribbon.

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

See Also