XlDateGroupItem(DateTime, XlDateTimeGroupingType) Constructor
Initializes a new instance of the XlDateGroupItem class with the specified settings.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.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 | XlDateTimeGroupingType | A XlDateTimeGroupingType enumeration member that specifies what part of the DateTime value is used in the criteria. |
See Also