Skip to main content
A newer version of this page is available. .

XlDateGroupItem.Value Property

Returns the base date or time value used to construct the filter criteria.

Namespace: DevExpress.Export.Xl

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

Declaration

public DateTime Value { get; }

Property Value

Type Description
DateTime

A DateTime object.

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.

See Also