BarManagerCategoryCollection.IndexOf(BarManagerCategory) Method
Returns the specified category’s position within the collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
category | BarManagerCategory | A BarManagerCategory object to locate in the collection. |
Returns
Type | Description |
---|---|
Int32 | A zero-based integer representing the category’s position within the collection. -1 if the collection does not contain the specified category. |
Remarks
This method scans the collection starting at the first element and returns the index of the first matching element found.
See Also