Skip to main content

RibbonMiniToolbarCollection(RibbonControl) Constructor

Initializes a new RibbonMiniToolbarCollection class instance with the specified Ribbon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonMiniToolbarCollection(
    RibbonControl ribbon
)

Parameters

Name Type Description
ribbon RibbonControl

A RibbonControl object that will own the created collection. This value is assigned to the RibbonMiniToolbarCollection.Ribbon property.

See Also