Skip to main content

PivotSummaryValue.Count Property

Returns the value of the PivotSummaryType.Count 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

public int Count { get; }

Property Value

Type Description
Int32

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

See Also