Back to Devexpress

PivotSummaryDataSource.RowCount Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotsummarydatasource.md

latest1.2 KB
Original Source

PivotSummaryDataSource.RowCount Property

Gets the number of rows in the data source.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public override int RowCount { get; }
vb
Public Overrides ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

PivotSummaryDataSource Class

PivotSummaryDataSource Members

DevExpress.XtraPivotGrid Namespace