Bars.IndexOf(Bar) Method
Determines the index of a specific item within 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 Object to locate in the Bars collection. |
Returns
Type | Description |
---|---|
Int32 | The index of the item found in the Bars; otherwise, -1. |
See Also