BarItemLinkCollection.Contains(BarItem) Method
Returns whether the current collection contains the specified bar item.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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