Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryItemCollection Class

Represents a collection of gallery items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class GalleryItemCollection :
    CollectionBase,
    IEnumerable<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