Skip to main content

GalleryControlGallery.GalleryControl Property

Gets the GalleryControl that owns the current gallery.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
GalleryControl

A GalleryControl object that owns the current gallery.

See Also