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.ShowTabGroups Property

Specifies whether tabbed pages are shown in the Ribbon.

#Declaration

Delphi
property ShowTabGroups: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Set the ShowTabGroups property to False to hide these pages, minimizing the Ribbon. Setting the ShowTabGroups property to True restores the Ribbon’s state back. Modifying the ShowTabGroups property value fires the OnMinimizedChanged event, enabling you to respond to state changes. Refer to the event description to learn how end-users can minimize or restore the Ribbon.

The default value of the ShowTabGroups property is True.

See Also