FilterPopupDateEventArgs(GridColumn, List<FilterDateElement>) Constructor
Initializes a new instance of the FilterPopupDateEventArgs class with the specified settings.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn object whose filter dropdown is to be displayed. This value is assigned to the Column property. |
list | List<DevExpress.XtraEditors.FilterDateElement> | A list of filter items. This value is assigned to the FilterPopupDateEventArgs.List property. |
See Also