Skip to main content

PivotCustomDrawCellBaseThreadSafeEventArgs.RowIndex Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public int RowIndex { get; }

Property Value

Type Description
Int32

An integer that specifies the visual index of the row that contains the current cell.

Remarks

Use the PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnIndex property to obtain the visual index of the column that contains the current cell.

See Also