Back to Devexpress

GalleryDropDown.GalleryFilterMenuItemClick Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallerydropdown-9bb4083b.md

latest2.2 KB
Original Source

GalleryDropDown.GalleryFilterMenuItemClick Event

Fires when a filter menu item is clicked.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event GalleryFilterMenuItemClickEventHandler GalleryFilterMenuItemClick
vb
<DXCategory("Action")>
Public Event GalleryFilterMenuItemClick As GalleryFilterMenuItemClickEventHandler

Event Data

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

PropertyDescription
FilterMenuGets the displayed menu.
GalleryGets the current gallery.
ItemGets the item that has been checked.

Remarks

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

See Also

FilterMenuItemClick

GalleryDropDown Class

GalleryDropDown Members

DevExpress.XtraBars.Ribbon Namespace