GalleryItemCollection.AddRange(GalleryItem[]) Method
Adds an array of gallery items to the end of the collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| items | GalleryItem[] | An array of GalleryItem objects which need to be added to the collection. |
See Also