Skip to main content

PivotGridCellTemplateItem.ColumnFieldIndex Property

Gets the index of the field to which the templated cell belongs.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public int ColumnFieldIndex { get; }

Property Value

Type Description
Int32

An integer value representing the corresponding field’s index.

See Also