PivotCustomDrawCellBaseThreadSafeEventArgs.RowIndex Property
Gets the visual index of the row that contains the current cell.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
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