CustomFilterDialogEventArgs Class
Provides data for the ColumnView.CustomFilterDialog event.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
The ColumnView.CustomFilterDialog event fires before a column’s custom filter dialog is displayed. It enables you to prohibit the default dialog and perform custom actions. For instance, you can display your own dialog if the standard dialog doesn’t suit your end-user’s needs. The CustomFilterDialogEventArgs class declares properties that enable you to identify the column whose filter dialog is about to be displayed, specify whether the default dialog should be displayed and apply a custom filter condition to the processed column.
Instances of the CustomFilterDialogEventArgs class are automatically created, modified and passed to ColumnView.CustomFilterDialog event handlers.