XRPivotGrid.RowCount Property
Gets the number of rows in the XRPivotGrid.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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