Skip to main content

PivotSummaryDataSource.RowCount Property

Gets the number of rows in the data source.

Namespace: DevExpress.XtraPivotGrid

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

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

#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