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

GalleryItemGroupCollection Class

Represents a collection of gallery groups.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class GalleryItemGroupCollection :
    CollectionBase,
    IEnumerable<GalleryItemGroup>,
    IEnumerable

The following members return GalleryItemGroupCollection objects:

Remarks

This class represents a gallery group collection. To access gallery groups that belong to a specific gallery use the BaseGallery.Groups property.

GalleryItemGroupCollection elements are represented by the GalleryItemGroup class instances.

Inheritance

Object
CollectionBase
GalleryItemGroupCollection
See Also