Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonGalleryItem.OnFilterChanged Event

In This Article

Allows you to respond to end-user actions that change the currently active filter.

#Declaration

Delphi
property OnFilterChanged: TdxRibbonGalleryFilterChangedEvent read; write;

#Remarks

Handle this event to update the gallery filter label’s text in response to clicking filter options in the gallery filter menu.

The Sender parameter references the gallery.

Note

This event is not fired for custom filter options added into this menu by handling the OnInitFilterMenu event. In this instance, you have to assign OnClick event handlers to these menu items to respond to clicking on them.

See Also