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

CustomFilterDialogEventArgs Class

Provides data for the ColumnView.CustomFilterDialog event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public class CustomFilterDialogEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
CustomFilterDialogEventArgs
See Also