DateGrouping(DateTime, DateTimeGroupingType) Constructor
Initializes a new instance of the DateGrouping class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | DateTime | A DateTime value which is used to specify a filter criteria according to the grouping type. |
groupingType | DateTimeGroupingType | A DateTimeGroupingType enumeration member that specifies what part of the DateTime value is used in the criteria. |
See Also