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

CustomFilterDialogEventArgs Class

Provides data for the ColumnView.CustomFilterDialog event.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

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