RibbonPageCollection.IndexOf(RibbonPage) Method
Returns the specified page’s position within the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
page | RibbonPage | A RibbonPage object representing the page to be located. |
Returns
Type | Description |
---|---|
Int32 | An integer value representing the specified page’s zero-based index. -1 if the collection doesn’t contain the specified page. |
See Also