Skip to main content
Bar

GalleryItemGroupCollection Class

Represents a collection of gallery groups.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public class GalleryItemGroupCollection :
    GalleryCollection<GalleryItemGroup>

#Returned By

The Gallery.Groups property returns an instance of GalleryItemGroupCollection.

#Remarks

This class represents a gallery group collection. To access gallery groups that belong to a specific gallery, use the Gallery.Groupsproperty.

GalleryItemGroupCollection elements are represented by the GalleryItemGroup class instances.

#Inheritance

Object
Collection<GalleryItemGroup>
ObservableCollection<GalleryItemGroup>
DevExpress.Xpf.Bars.GalleryCollection<GalleryItemGroup>
GalleryItemGroupCollection
See Also