CustomFilterDialogEventArgs(GridColumn, ColumnFilterInfo) Constructor
Creates a new instance of the CustomFilterDialogEventArgs class.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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