PivotSummaryValue.StdDevp Property
Returns the value of the PivotSummaryType.StdDevp function for the current cell.
Namespace: DevExpress.Data.PivotGrid
Assembly: DevExpress.PivotGrid.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Object | The value of the PivotSummaryType.StdDevp function for the current cell. If an error occured during calculation, the PivotSummaryValue.ErrorValue property’s value is returned. |
See Also