PivotSummaryValue.ErrorValue Property
Returns a unique object that identifies an error.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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