Skip to main content
A newer version of this page is available. .

RibbonMiniToolbarCollection.Insert(Int32, RibbonMiniToolbar) Method

Inserts the specified item into the collection at the specified location.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void Insert(
    int index,
    RibbonMiniToolbar miniToolbar
)

Parameters

Name Type Description
index Int32

The zero-based index at which an item is inserted.

miniToolbar RibbonMiniToolbar

A RibbonMiniToolbar to insert into the collection.

See Also