Back to Devexpress

BaseGallery.FilterMenuPopup Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-c6947501.md

latest2.6 KB
Original Source

BaseGallery.FilterMenuPopup Event

Fires when an end-user invokes the Group Filter menu.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The FilterMenuPopup 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

The FilterMenuPopup event is raised each time an end-user invokes a gallery’s Group Filter menu. Group filtering is supported by galleries derived from the StandaloneGallery class. These are dropdown galleries (InDropDownGallery) and galleries embedded into GalleryControls (GalleryControlGallery). See the StandaloneGallery.AllowFilter topic to learn more.

The event’s parameters enable you to identify the context menu and customize its contents (for instance, add new menu items or remove existing ones).

See Also

FilterMenuItemClick

AllowFilter

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace