Skip to main content

PivotCustomColumnWidthEventArgs.ColumnIndex Property

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value which specifies the visual index of the column that contains the processed cell.

See Also