Skip to main content
All docs
V23.2

RibbonOptionsExpandCollapseMenu(RibbonControl) Constructor

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonOptionsExpandCollapseMenu(
    RibbonControl ribbon
)

Parameters

Name Type Description
ribbon RibbonControl

The Ribbon control.

See Also