Bars.Contains(Bar) Method
Determines whether an element is in the Bars collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
bar | Bar | The Bar to locate in the Bars collection. This element can be a null reference (Nothing in Visual Basic). |
Returns
Type | Description |
---|---|
Boolean | true if item is found in the Bars collection; otherwise, false. |
See Also