Skip to main content
Row

FilterCriteria.DateGroupings Property

Provides access to a collection of criteria for the date values.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IList<DateGrouping> DateGroupings { get; }

Property Value

Type Description
IList<DateGrouping>

A list of DateGrouping items.

See Also