Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonMiniToolbarCollection Class

A RibbonControl‘s collection of RibbonMiniToolbar objects

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.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