Skip to main content

GalleryFilterMenuEventArgs.Gallery Property

Gets the current gallery.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public StandaloneGallery Gallery { get; }

Property Value

Type Description
StandaloneGallery

A StandaloneGallery object that represents the current gallery.

See Also