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

RibbonMiniToolbarCollection Class

A RibbonControl‘s collection of RibbonMiniToolbar objects

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public class RibbonMiniToolbarCollection :
    CollectionBase

The following members return RibbonMiniToolbarCollection objects:

Remarks

The RibbonMiniToolbarCollection class is a RibbonControl‘s collection of RibbonMiniToolbar objects. This collection can be accessed via the RibbonControl.MiniToolbars property.

To create a toolbar in code, use the RibbonMiniToolbar constructor. After the toolbar is created, it must be added to a RibbonControl‘s toolbar collection via the RibbonControl.MiniToolbars property.

Inheritance

Object
CollectionBase
RibbonMiniToolbarCollection
See Also