Skip to main content
Row

PivotGroupingValue.DateTimeValue Property

Gets or sets the value used for date grouping.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public DateTime DateTimeValue { get; set; }

Property Value

Type Description
DateTime

A DateTime value.

Remarks

The DateTimeValue property is in effect only if the PivotGroupingValue.AutoValue property is false.

See Also