Skip to main content

PivotGridCellTemplateItem.ColumnIndex Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

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

See Also