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

PivotSummaryValue.ErrorValue Property

Returns a unique object that identifies an error.

Namespace: DevExpress.Data.PivotGrid

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

Declaration

public static object ErrorValue { get; }

Property Value

Type Description
Object

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