Skip to main content
A newer version of this page is available. .
Bar

BarItemLinkReadOnlyCollection.IndexOf(BarItemLink) Method

Returns the specified link’s position within the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the IndexOf(BarItemLink) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also