Skip to main content
A newer version of this page is available. .

TdxCustomRibbon.ShowTabGroups Property

Specifies whether tabbed pages are shown in the Ribbon.

Declaration

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