Skip to main content

PivotCustomFieldValueCellsEventArgs.RowCount Property

Gets the number of rows in the pivot grid.

Namespace: DevExpress.Xpf.PivotGrid

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

#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