Bars.Contains(Bar) Method
Determines whether an element is in the Bars collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
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