Skip to main content

PivotDataSource.RowCount Property

When overridden in descendant classes, gets the number of rows in the data source.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public virtual int RowCount { get; }

Property Value

Type Description
Int32

Always 0.

See Also