Skip to main content

PivotSummaryValue.ErrorValue Property

Returns a unique object that identifies an error.

Namespace: DevExpress.Data.PivotGrid

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

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

Declaration

public static PivotErrorValue ErrorValue { get; }

Property Value

Type Description
DevExpress.Data.PivotGrid.PivotErrorValue

An object that identifies an error.

Remarks

When calculating summaries, errors might occur. If an error occured for a cell, the corresponding summary function returns the value of the ErrorValue object.

See Also