Skip to main content
Bar

BarManagerCategoryCollection.IndexOf(String) Method

Returns the position of a category with the specified name in the collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int IndexOf(
    string categoryName
)

Parameters

Name Type Description
categoryName String

A string value specifying the name of the category to locate in the collection.

Returns

Type Description
Int32

A zero-based integer specifying the category’s position within the collection. -1 if the collection does not contain the specified category.

Remarks

This method scans the collection from the first element and returns the index of the first matching element.

See Also