PivotSummaryInterval.IsDiscrete Property
In This Article
Gets whether the data type of summary values is discrete.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#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