RibbonMiniToolbarCollection.Add(RibbonMiniToolbar) Method
Adds a new Ribbon mini toolbar to the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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