Skip to main content

RibbonMiniToolbarCollection.Add(RibbonMiniToolbar) Method

Adds a new Ribbon mini toolbar to the current collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int Add(
    RibbonMiniToolbar miniToolbar
)

Parameters

Name Type Description
miniToolbar RibbonMiniToolbar

A RibbonMiniToolbar object that is a Ribbon mini toolbar to be added to the collection.

Returns

Type Description
Int32

An integer value that is a new mini toolbar’s index in the collection.

See Also