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

Bars.Contains(Bar) Method

Determines whether an element is in the Bars collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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