Skip to main content
All docs
V26.1
  • RibbonOptionsExpandCollapseMenu(RibbonControl) Constructor

    Initializes a new instance of the RibbonOptionsExpandCollapseMenu class with specified settings.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    public RibbonOptionsExpandCollapseMenu(
        RibbonControl ribbon
    )

    Parameters

    Name Type Description
    ribbon RibbonControl

    The Ribbon control.

    See Also