Skip to main content

XRPivotGrid.RowCount Property

Gets the number of rows in the XRPivotGrid.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public int RowCount { get; }

Property Value

Type Description
Int32

An integer value that specifies the number of rows displayed within the XRPivotGrid.

Remarks

To obtain the total number of columns, use the XRPivotGrid.ColumnCount property.

See Also