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.OnMinimizedChanged Event

In This Article

Enables you to respond to Ribbon minimization or restoration.

#Declaration

Delphi
property OnMinimizedChanged: TdxRibbonEvent read; write;

#Remarks

Fires when the Ribbon passed as the Sender parameter is about to be minimized or restored using any of the following actions:

  • By double-clicking a Ribbon Tab (this feature is enabled if the Ribbon’s MinimizeOnTabDblClick property is True).

  • By selecting the Ribbon context menu‘s Minimize the Ribbon item.

  • By clicking the Minimize button, located on the Ribbon’s right side (this button is displayed if the Ribbon’s ShowMinimizeButton property is set to True and the Ribbon’s Style property is set to rs2019, rs2016, rs2016Tablet, rs2013, or rs2010).

  • By toggling the Ribbon’s ShowTabGroups option.

See Also