Back to Devexpress

FilterPopupDateEventArgs.List Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-filterpopupdateeventargs.md

latest1.5 KB
Original Source

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

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

Declaration

csharp
public List<FilterDateElement> List { get; }
vb
Public ReadOnly Property List As List(Of FilterDateElement)

Property Value

TypeDescription
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

FilterPopupDateEventArgs Class

FilterPopupDateEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace