Skip to main content

PivotSummaryInterval.IsEmpty Property

Gets whether the current range contains no summary values.

Namespace: DevExpress.XtraPivotGrid

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

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

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