Skip to main content
All docs
V25.1
  • RibbonControl.MaximizeRibbon(RibbonPage) Method

    Expands the minimized Ribbon.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public void MaximizeRibbon(
        RibbonPage page = null
    )

    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.

    WinForms - Maximize Ribbon Control in Code, DevExpress

    The MaximizeRibbon method raises the RibbonControl.MinimizedRibbonShowing event. Handle this event to cancel the operation based on a condition.

    Specific Notes

    See Also