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