Skip to main content
A newer version of this page is available. .

GalleryItemCollection Class

Represents a collection of gallery items.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public class GalleryItemCollection :
    CollectionBase,
    IEnumerable<GalleryItem>,
    IEnumerable,
    ISupportSearchDataAdapter

The following members accept/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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GalleryItemCollection class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
CollectionBase
GalleryItemCollection
See Also