Skip to main content

IThreadSafeAccessible.RowCount Property

Gets the number of rows displayed in the pivot grid.

Namespace: DevExpress.XtraPivotGrid

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

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

#Declaration

int RowCount { get; }

#Property Value

Type Description
Int32

An integer value that specifies the number of rows displayed in the pivot grid.

#Remarks

To obtain the number of columns displayed in the pivot grid, use the IThreadSafeAccessible.ColumnCount property.

See Also