Back to Devexpress

PivotCustomFieldValueCellsEventArgs.RowCount Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldvaluecellseventargs-d2b36d54.md

latest1.5 KB
Original Source

PivotCustomFieldValueCellsEventArgs.RowCount Property

Gets the number of rows in the pivot grid.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public int RowCount { get; }
vb
Public ReadOnly Property RowCount As Integer

Property Value

TypeDescription
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

ColumnCount

PivotCustomFieldValueCellsEventArgs Class

PivotCustomFieldValueCellsEventArgs Members

DevExpress.Xpf.PivotGrid Namespace