Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotGroupingValue.IsDateTime Property

Indicates whether the value is intended for date grouping.

Namespace: DevExpress.Spreadsheet

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

Declaration

public bool IsDateTime { get; }

Property Value

Type Description
Boolean

True, if the value is intended for date grouping; otherwise, false.

Remarks

If the IsDateTime is true, use this PivotGroupingValue instance for date grouping and operate with the PivotGroupingValue.DateTimeValue property. Otherwise, use it for numeric grouping and operate with the PivotGroupingValue.NumericValue property.

See Also