Back to Devexpress

GalleryDropDown.GalleryFilterMenuPopup Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallerydropdown-12c7d2a3.md

latest2.0 KB
Original Source

GalleryDropDown.GalleryFilterMenuPopup Event

Fires when an end-user invokes the filter menu.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public event GalleryFilterMenuEventHandler GalleryFilterMenuPopup
vb
<DXCategory("Layout")>
Public Event GalleryFilterMenuPopup As GalleryFilterMenuEventHandler

Event Data

The GalleryFilterMenuPopup event's data class is GalleryFilterMenuEventArgs. The following properties provide information specific to this event:

PropertyDescription
FilterMenuGets the displayed menu.
GalleryGets the current gallery.

Remarks

This event is equivalent to the BaseGallery.FilterMenuPopup event of the GalleryDropDown.Gallery object. See the BaseGallery.FilterMenuPopup topic for more information.

See Also

FilterMenuPopup

GalleryDropDown Class

GalleryDropDown Members

DevExpress.XtraBars.Ribbon Namespace