Skip to main content
A newer version of this page is available. .

PivotSummaryValue.Count Property

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

Namespace: DevExpress.Data.PivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

The value of the PivotSummaryType.Count function for the current cell.

See Also