GalleryItemGroupCollection Class
Represents a collection of gallery groups.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Related API Members
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