Back to Devexpress

GalleryItemGroupCollection Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-585de4cc.md

latest1.8 KB
Original Source

GalleryItemGroupCollection Class

Represents a collection of gallery groups.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class GalleryItemGroupCollection :
    CollectionBase,
    IEnumerable<GalleryItemGroup>,
    IEnumerable
vb
Public Class GalleryItemGroupCollection
    Inherits CollectionBase
    Implements IEnumerable(Of GalleryItemGroup),
               IEnumerable

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 BaseGallery.Groups property.

GalleryItemGroupCollection elements are represented by the GalleryItemGroup class instances.

Inheritance

Object CollectionBase GalleryItemGroupCollection

See Also

GalleryItemGroupCollection Members

DevExpress.XtraBars.Ribbon Namespace