RibbonControl.MaximizeRibbon(RibbonPage) Method
Expands the minimized Ribbon.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
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
MaximizeRibbon
method 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