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

CustomFilterDialogEventArgs(GridColumn, ColumnFilterInfo) Constructor

Creates a new instance of the CustomFilterDialogEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

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