Skip to main content

PivotCellEventArgsBase<TField, TData, TCustomTotal>.ColumnIndex Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

An integer value that is the visual index of the column that contains the processed cell.

See Also