RibbonControl.MaximizeRibbon(RibbonPage) Method
Expands the minimized Ribbon.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.2.dll
Declaration
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| page | RibbonPage | null | The Ribbon page to expand. |
Remarks
The MaximizeRibbon method temporarily expands the minimized Ribbon to make page content fully visible. Use the MaximizeRibbon method to programmatically expand a minimized Ribbon.

The MaximizeRibbon method raises the RibbonControl.MinimizedRibbonShowing event. Handle this event to cancel the operation based on a condition.
Specific Notes
- The
MaximizeRibbonmethod does not change the RibbonControl.Minimized property value. - The RibbonControl.MinimizedChanged event does not fire when the Ribbon page content is shown in a pop-up.
See Also