Back to Devexpress

PivotGridControl.RowCount Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-7d912c71.md

latest1.3 KB
Original Source

PivotGridControl.RowCount Property

Gets the number of rows in the PivotGridControl.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
[Browsable(false)]
public int RowCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

An integer that specifies the number of rows displayed within the PivotGridControl.

|

Remarks

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

See Also

ColumnCount

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace