PivotCustomFieldValueCellsEventArgs.RowCount Property
In This Article
Gets the number of rows in the pivot grid.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the number of rows in the pivot grid. |
#Remarks
Use the PivotCustomFieldValueCellsEventArgs.ColumnCount property to obtain the number of columns in the pivot grid.
See Also