Skip to main content
Bar

BarItems.Contains(BarItem) Method

Indicates whether the collection contains the specified item.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    BarItem item
)

Parameters

Name Type Description
item BarItem

A BarItem descendant to locate in the collection.

Returns

Type Description
Boolean

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

See Also