Skip to main content
A newer version of this page is available. .

NavLinkCollection.Contains(NavBarItemLink) Method

Determines whether the NavLinkCollection contains a specific NavBarItemLink.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v19.1.dll

Declaration

public bool Contains(
    NavBarItemLink link
)

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