Skip to main content
Row

AutoFilterColumn.ApplyFilterCriteria(IList<DateGrouping>) Method

Filters data by a list of date and time values.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void ApplyFilterCriteria(
    IList<DateGrouping> dateGroupings
)

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