PivotSummaryValue.ErrorValue Property
Returns a unique object that identifies an error.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
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