windowsforms-devexpress-dot-xtrabars-dot-ribbon-b588cd93.md
A RibbonControl‘s collection of RibbonMiniToolbar objects
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RibbonMiniToolbarCollection :
CollectionBase
Public Class RibbonMiniToolbarCollection
Inherits CollectionBase
The following members return RibbonMiniToolbarCollection objects:
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.
Object CollectionBase RibbonMiniToolbarCollection
See Also
RibbonMiniToolbarCollection Members
DevExpress.XtraBars.Ribbon.RibbonMiniToolbar.