Skip to main content

GalleryItemCollection.AddRange(GalleryItem[]) Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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