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

BarItemLinkCollection.Contains(BarItem) Method

Returns whether the current collection contains the specified bar item.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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