XlDateGroupItem.Value Property
Returns the base date or time value used to construct the filter criteria.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
Each filter value for a date and time filter is defined by an instance of the XlDateGroupItem class. The Value property specifies the base date or time value to filter by, and the XlDateGroupItem.GroupingType property specifies the part of that DateTime value to use in the filter criteria.
For example, an XlDateGroupItem instance with the Value property set to DateTime(2017, 1, 6) and XlDateGroupItem.GroupingType set to XlDateTimeGroupingType.Month filters all DateTime values that occur in January, 2017.