RibbonMiniToolbarCollection Class
A RibbonControl‘s collection of RibbonMiniToolbar objects
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Related API Members
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
DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.