Skip to main content

RibbonMiniToolbarCollection.IndexOf(RibbonMiniToolbar) Method

Returns the specified item’s position within the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int IndexOf(
    RibbonMiniToolbar miniToolbar
)

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