Skip to main content

GalleryControlGallery.GalleryControl Property

Gets the GalleryControl that owns the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

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

Property Value

Type Default Description
GalleryControl null

A GalleryControl object that owns the current gallery.

See Also