AutoFilterColumn.ApplyFilterCriteria(IList<DateGrouping>) Method
Filters data by a list of date and time values.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
dateGroupings | IList<DateGrouping> | A list of DateGrouping items. |
Remarks
For an example on how to filter date and time values in a column, refer to the How to: Filter by Date Values article.
See Also