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