Skip to main content
Bar

BarItemLinkReadOnlyCollection.IndexOf(BarItemLink) Method

Returns the specified link’s position within the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int IndexOf(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object or descendant to locate in the collection.

Returns

Type Description
Int32

A zero-based integer representing the link’s position within the collection. -1 if the collection does not contain the specified link.

Remarks

This method scans the collection starting at the first element and returns the index of the first matching element found.

See Also