RibbonPageCollection.AddRange(RibbonPage[]) Method
Adds an array of pages to the end of the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
pages | RibbonPage[] | An array of RibbonPage objects to add to the collection. |
Remarks
Pages are added to the collection in the order specified by their positions within the array.
See Also