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