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

GalleryFilterMenuClickEventArgs.Gallery Property

Gets the current gallery.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public StandaloneGallery Gallery { get; }

Property Value

Type Description
StandaloneGallery

A StandaloneGallery object that represents the current gallery.

See Also