BarItemLinkCollection.Contains(BarItem) Method
Returns whether the current collection contains the specified bar item.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v25.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | BarItem | A BarItem object to test. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also