Skip to main content
A newer version of this page is available. .

PivotSummaryInterval.IsDiscrete Property

Gets whether the data type of summary values is discrete.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

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