windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-6e60ec52.md
Provides data for the ColumnView.CustomFilterDialog event.
Namespace : DevExpress.XtraGrid.Views.Grid
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
public class CustomFilterDialogEventArgs :
EventArgs
Public Class CustomFilterDialogEventArgs
Inherits EventArgs
CustomFilterDialogEventArgs is the data class for the following events:
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.
Object EventArgs CustomFilterDialogEventArgs
See Also