Skip to main content
Bar

Bars.Contains(Bar) Method

Determines whether an element is in the Bars collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    Bar bar
)

Parameters

Name Type Description
bar Bar

The Bar to locate in the Bars collection. This element can be a null reference (Nothing in Visual Basic).

Returns

Type Description
Boolean

true if item is found in the Bars collection; otherwise, false.

See Also