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

PivotCustomRowHeightEventArgs.RowIndex Property

Gets the visual index of the row that contains the processed cell.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

An integer value, specifying the visual index of the row that contains the processed cell.

See Also