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

PivotCustomColumnWidthEventArgs.RowCount Property

Gets the number of rows in the pivot grid.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public int RowCount { get; }

Property Value

Type Description
Int32

An integer value, specifying the total number of rows.

See Also