NavLinkCollection.Contains(NavBarItemLink) Method
Determines whether the NavLinkCollection contains a specific NavBarItemLink.
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 to locate in the NavLinkCollection. |
Returns
Type | Description |
---|---|
Boolean | true if the NavBarItemLink object is found in the NavLinkCollection; otherwise, false. |
See Also