RibbonMiniToolbarCollection.IndexOf(RibbonMiniToolbar) Method
Returns the specified item’s position within the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
miniToolbar | RibbonMiniToolbar | A RibbonMiniToolbar object to locate in the collection. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer, that is the item’s position within the collection. -1, if the collection does not contain the specified item. |
Remarks
This method scans the collection starting at the first element and returns the index of the first matching element found.
See Also