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

PivotSummaryInterval.IsEmpty Property

Gets whether the current range contains no summary values.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the current range contains no summary values; otherwise, false.

Remarks

To obtain the minimum and maximum values in the current range, use the PivotSummaryInterval.StartValue and PivotSummaryInterval.EndValue properties.

Use the PivotSummaryInterval.Distribution property to obtain information about the distribution of summary values across this range.

See Also