windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery.md
Represents a gallery within a GalleryControl.
Namespace : DevExpress.XtraBars.Ribbon.Gallery
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class GalleryControlGallery :
StandaloneGallery,
IAppearanceOwner
Public Class GalleryControlGallery
Inherits StandaloneGallery
Implements IAppearanceOwner
The following members return GalleryControlGallery objects:
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.
Object MarshalByRefObject Component BaseGallery StandaloneGallery GalleryControlGallery PopupGalleryEditGallery
See Also