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

PivotCustomDrawCellBaseThreadSafeEventArgs.ColumnIndex Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public int ColumnIndex { get; }

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