Skip to main content

RibbonPageCategoryCollection.IndexOf(RibbonPageCategory) Method

Returns the specified category’s position within the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    RibbonPageCategory category
)

Parameters

Name Type Description
category RibbonPageCategory

A RibbonPageCategory object representing the category to be located.

Returns

Type Description
Int32

An integer value representing the specified category’s zero-based index. -1 if the collection doesn’t contain the specified category.

See Also