wpf-devexpress-dot-xpf-dot-bars-3f5fa789.md
Represents a collection of gallery groups.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class GalleryItemGroupCollection :
GalleryCollection<GalleryItemGroup>
Public Class GalleryItemGroupCollection
Inherits GalleryCollection(Of GalleryItemGroup)
The following members return GalleryItemGroupCollection objects:
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.
Object Collection<GalleryItemGroup> ObservableCollection<GalleryItemGroup> DevExpress.Xpf.Bars.GalleryCollection<GalleryItemGroup> GalleryItemGroupCollection
See Also