RibbonMiniToolbarCollection.Insert(Int32, RibbonMiniToolbar) Method
Inserts the specified item into the collection at the specified location.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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