GalleryItemGroupCollection Class
Represents a collection of gallery groups.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
public class GalleryItemGroupCollection :
CollectionBase,
IEnumerable<GalleryItemGroup>,
IEnumerable
Related API Members
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