GalleryControlGallery.GalleryControl Property
In This Article
Gets the GalleryControl that owns the current gallery.
Namespace: DevExpress.XtraBars.Ribbon.Gallery
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public GalleryControl GalleryControl { get; }
#Property Value
Type | Default | Description |
---|---|---|
Gallery |
null | A Gallery |
See Also