NavReadOnlyLinkCollection.IndexOf(NavBarItemLink) Method
Returns the specified link’s position within the collection.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
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