Skip to main content

PivotCustomColumnWidthEventArgs.RowCount Property

Gets the number of rows in the pivot grid.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int RowCount { get; }

Property Value

Type Description
Int32

An integer value, specifying the total number of rows.

See Also