NavLinkCollection.Contains(NavBarItemLink) Method
Determines whether the NavLinkCollection contains a specific NavBarItemLink.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v25.1.dll
NuGet Package: DevExpress.Win
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