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