A newer version of this page is available.
Switch to the current version.
XRPivotGrid.RowCount Property
Gets the number of rows in the XRPivotGrid.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[Browsable(false)]
public int RowCount { get; }
<Browsable(False)>
Public ReadOnly Property RowCount As Integer
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
Feedback