Skip to main content

CustomFilterDialogEventArgs(GridColumn, ColumnFilterInfo) Constructor

Creates a new instance of the CustomFilterDialogEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public CustomFilterDialogEventArgs(
    GridColumn column,
    ColumnFilterInfo filterInfo
)

Parameters

Name Type Description
column GridColumn

A GridColumn object representing the column to be filtered using the custom filter dialog. This value is assigned to the CustomFilterDialogEventArgs.Column property.

filterInfo ColumnFilterInfo

A ColumnFilterInfo object specifying the filter criteria to be applied to the column. This value is assigned to the CustomFilterDialogEventArgs.FilterInfo property.

See Also