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

PivotSummaryDataSource.RowCount Property

Gets the number of rows in the data source.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public override int RowCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of rows in the summary data source.

See Also