PivotSummaryInterval.IsDiscrete Property
Gets whether the data type of summary values is discrete.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the data type of summary values is discrete; otherwise, false. |
Remarks
The IsDiscrete property returns true if the PivotSummaryInterval.DataType is either a signed or unsigned long integer, integer, a short integer or byte.
See Also