RibbonPageCollection.Add(RibbonPage) Method
Adds the specified page to the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| page | RibbonPage | A RibbonPage object to add to the collection. |
Returns
| Type | Description |
|---|---|
| Int32 | An integer value that specifies the position of the page within the collection. |
See Also