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.v14.2.dll

#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