Skip to main content
Bar

BarItemLinkReadOnlyCollection.Contains(BarItemLink) Method

Indicates whether the collection contains the specified link.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object or descendant to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified link; otherwise, false.

See Also