Back to Devexpress

GalleryItemCollection Class

windowsforms-devexpress-dot-xtrabars-dot-ribbon-ec639e93.md

latest1.8 KB
Original Source

GalleryItemCollection Class

Represents a collection of gallery items.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

The following members return GalleryItemCollection objects:

Remarks

The GalleryItemCollection class represents a collection of gallery items within a gallery group. This collection can be accessed via the GalleryItemGroup.Items property. Each item in the collection is a GalleryItem class instance.

The methods provided by the GalleryItemCollection class allow items to be added, removed and accessed.

Inheritance

Object CollectionBase GalleryItemCollection

See Also

GalleryItemCollection Members

DevExpress.XtraBars.Ribbon Namespace