PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnIndex Property
Gets the visual index of the column 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 | A zero-based integer value that specifies the visual index of the column that contains the current cell. |
Remarks
Use the PivotCustomDrawCellBaseThreadSafeEventArgs.RowIndex property to obtain the visual index of the row that contains the current cell.
See Also