Back to Devexpress

PivotSummaryValue.ErrorValue Property

corelibraries-devexpress-dot-data-dot-pivotgrid-dot-pivotsummaryvalue.md

latest1.4 KB
Original Source

PivotSummaryValue.ErrorValue Property

Returns a unique object that identifies an error.

Namespace : DevExpress.Data.PivotGrid

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

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

Declaration

csharp
public static PivotErrorValue ErrorValue { get; }
vb
Public Shared ReadOnly Property ErrorValue As PivotErrorValue

Property Value

TypeDescription
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

PivotSummaryValue Class

PivotSummaryValue Members

DevExpress.Data.PivotGrid Namespace