PivotGroupingValue.IsDateTime Property
Indicates whether the value is intended for date grouping.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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