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

GalleryItemGroupCollection Class

Represents a collection of gallery groups.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class GalleryItemGroupCollection :
    GalleryCollection<GalleryItemGroup>

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 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