Skip to main content
A newer version of this page is available. .

DataControlBase.ShowFilterPopup Event

Enables you to customize a column’s filter dropdown.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public event FilterPopupEventHandler ShowFilterPopup

Event Data

The ShowFilterPopup event's data class is DevExpress.UI.Xaml.Grid.FilterPopupEventArgs.

Remarks

The ShowFilterPopup event is raised before a column’s filter dropdown is shown, allowing you to customize its filter items. For example, you can delete existing items and add new items with custom captions and filter values.

See Also