Skip to main content
All docs
V25.1
  • RibbonControl.AllowMinimizeRibbonOnDoubleClick Property

    Gets or sets whether the user can minimize the Ribbon by double-clicking a page header.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(true)]
    [DXCategory("Behavior")]
    [XtraSerializableProperty]
    public bool AllowMinimizeRibbonOnDoubleClick { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true if the user can minimize the Ribbon on a double click; otherwise, false.

    Remarks

    A user can minimize the Ribbon as follows:

    • Use the Minimize the Ribbon context menu command.
    • Click the Minimize the Ribbon button at the bottom right.
    • Press the Ctrl+F1 shortcut.
    • Double-click a page header.

    Disable the AllowMinimizeRibbonOnDoubleClick property to prevent the user from minimizing the Ribbon by double-clicking the page header.

    Note

    Users can minimize the Ribbon if the AllowMinimizeRibbon option is enabled.

    The following image shows the Ribbon in its minimized state (only page headers are displayed):

    image

    See Also