Skip to main content
A newer version of this page is available. .

RibbonMiniToolbarCollection(RibbonControl) Constructor

Initializes a new RibbonMiniToolbarCollection class instance with the specified Ribbon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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