Skip to main content

RibbonMiniToolbarCollection Class

A RibbonControl‘s collection of RibbonMiniToolbar objects

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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