Skip to main content

PivotSummaryInterval.IsDiscrete Property

Gets whether the data type of summary values is discrete.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsDiscrete { get; }

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