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

GalleryControlGallery.GalleryControl Property

Gets the GalleryControl that owns the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public GalleryControl GalleryControl { get; }

Property Value

Type Description
GalleryControl

A GalleryControl object that owns the current gallery.

See Also