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

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.v19.2.dll

Declaration

public FilterPopupDateEventArgs(
    GridColumn column,
    List<FilterDateElement> list
)

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