GalleryControlGallery Class
Represents a gallery within a GalleryControl.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return GalleryControlGallery objects:
Remarks
You can access a GalleryControl‘s embedded gallery via the GalleryControl.Gallery object. Use this property to customize the gallery and add gallery groups (BaseGallery.Groups) to it. After gallery groups are added, you can add gallery items to the groups via the GalleryItemGroup.Items collection.
Inheritance
Object
MarshalByRefObject
Component
BaseGallery
StandaloneGallery
GalleryControlGallery
See Also