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.v20.2.dll
Declaration
public List<FilterDateElement> List { get; }
Public ReadOnly Property List As List(Of FilterDateElement)
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
Feedback