Skip to main content

NavReadOnlyLinkCollection.IndexOf(NavBarItemLink) Method

Returns the specified link’s position within the collection.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    NavBarItemLink link
)

Parameters

Name Type Description
link NavBarItemLink

A NavBarItemLink object representing the link whose index is to be obtained.

Returns

Type Description
Int32

An integer value representing the zero-based index of the specified link within the collection.

Remarks

If the specified item is not in the collection, the IndexOf method returns -1.

See Also