Bars.IndexOf(Bar) Method
Determines the index of a specific item within the Bars collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| bar | Bar | The Object to locate in the Bars collection. |
Returns
| Type | Description |
|---|---|
| Int32 | The index of the item found in the Bars; otherwise, -1. |
See Also