Back to Devexpress

GalleryItemGroupCollection Class

wpf-devexpress-dot-xpf-dot-bars-3f5fa789.md

latest1.9 KB
Original Source

GalleryItemGroupCollection Class

Represents a collection of gallery groups.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class GalleryItemGroupCollection :
    GalleryCollection<GalleryItemGroup>
vb
Public Class GalleryItemGroupCollection
    Inherits GalleryCollection(Of 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

GalleryItemGroupCollection Members

GalleryItemGroup

DevExpress.Xpf.Bars Namespace