Skip to main content

PivotSummaryValue.StdDevp Property

Returns the value of the PivotSummaryType.StdDevp function for the current cell.

Namespace: DevExpress.Data.PivotGrid

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

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

#Declaration

public object StdDevp { get; }

#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