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

FilterPopupDateEventArgs.List Property

Gets the list of filter items represented as check boxes within the filter dropdown window.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public List<FilterDateElement> List { get; }

Property Value

Type Description
List<DevExpress.XtraEditors.FilterDateElement>

A list of filter items.

Remarks

Elements in the list are represented by the DevExpress.XtraEditors.FilterDateElement class objects. You can remove particular elements from the list, or add custom elements to create custom filters.

See Also