RibbonGalleryBarItem.GalleryFilterMenuItemClick Event
Fires when a filter menu item is clicked.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Action")]
public event GalleryFilterMenuItemClickEventHandler GalleryFilterMenuItemClick
Event Data
The GalleryFilterMenuItemClick event's data class is GalleryFilterMenuClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
FilterMenu | Gets the displayed menu. |
Gallery | Gets the current gallery. |
Item | Gets the item that has been checked. |
Remarks
This event is equivalent to the BaseGallery.FilterMenuItemClick event of the RibbonGalleryBarItem.Gallery object. See the BaseGallery.FilterMenuItemClick topic for more information.
See Also