Skip to main content
Row

PivotGroupingValue.IsDateTime Property

Indicates whether the value is intended for date grouping.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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