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

DateGrouping.GroupingType Property

Gets which part of the DateTime value is used in the criteria.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public DateTimeGroupingType GroupingType { get; }

Property Value

Type Description
DateTimeGroupingType

A DateTimeGroupingType enumeration member.

Remarks

The Grouping Type specifies the bottom interval in the DateTime value specified by the DateGrouping.Value property used to filter cell values. A DateGrouping instance with the GroupingType set to DateTimeGroupingType.Month and the Value set to DateTime(2015, 1, 6) filters all DateTime values which occur in January, 2015.

See Also