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

GalleryItemGroupCollection.AddRange(GalleryItemGroup[]) Method

Adds an array of fields to the end of the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void AddRange(
    GalleryItemGroup[] groups
)

Parameters

Name Type Description
groups GalleryItemGroup[]

An array of GalleryItemGroup objects to add to the collection.

Remarks

GalleryItemGroup objects are appended to the collection in the order specified by their positions within the array.

See Also