RibbonPageCollection.Add(RibbonPage) Method
Adds the specified page to the current collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
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