RibbonPageCategoryCollection.IndexOf(RibbonPageCategory) Method
Returns the specified category’s position within the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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