Back to Devexpress

AutoFilterColumn.ApplyFilterCriteria(IList<DateGrouping>) Method

officefileapi-devexpress-dot-spreadsheet-dot-autofiltercolumn-dot-applyfiltercriteria-x28-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-spreadsheet-dot-dategrouping-x29.md

latest1.8 KB
Original Source

AutoFilterColumn.ApplyFilterCriteria(IList<DateGrouping>) Method

Filters data by a list of date and time values.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void ApplyFilterCriteria(
    IList<DateGrouping> dateGroupings
)
vb
Sub ApplyFilterCriteria(
    dateGroupings As IList(Of DateGrouping)
)

Parameters

NameTypeDescription
dateGroupingsIList<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

How to: Filter by Date Values

AutoFilterColumn Interface

AutoFilterColumn Members

DevExpress.Spreadsheet Namespace