Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

AutoFilterColumn.ApplyFilterCriteria(IList<DateGrouping>) Method

Filters data by a list of date and time values.

Namespace: DevExpress.Spreadsheet

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

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