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

TdxCustomRibbon.ShowTabGroupsPopupWindow Method

In This Article

Renders a tab page as a drop-down window.

#Declaration

Delphi
procedure ShowTabGroupsPopupWindow;

#Remarks

By default, a tab page is drawn as a panel with a horizontal bar between the panel and the document area:

A tab page is not displayed, if an end-user double-clicks a tab header or the ShowTabGroups property is set to False.

When a tab page is hidden, call the ShowTabGroupsPopupWindow method to display this page as a drop-down window:

See Also