Skip to main content
A newer version of this page is available. .

GalleryItemCollection.AddRange(GalleryItem[]) Method

Adds an array of gallery items to the end of the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void AddRange(
    GalleryItem[] items
)

Parameters

Name Type Description
items GalleryItem[]

An array of GalleryItem objects which need to be added to the collection.

See Also