Skip to main content

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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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