Skip to main content
A newer version of this page is available. .

PivotCustomFieldValueCellsEventArgs.RowCount Property

Gets the number of rows in the pivot grid.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public int RowCount { get; }

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