Skip to main content
Bar

BarItemLinkCollection.Contains(BarItem) Method

Returns whether the current collection contains the specified bar item.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual bool Contains(
    BarItem item
)

Parameters

Name Type Description
item BarItem

A BarItem object to test.

Returns

Type Description
Boolean

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

See Also