Skip to main content

PivotFieldStateChangedEventArgs.FieldIndex Property

Gets the position of the processed field in the header area.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public int FieldIndex { get; }

Property Value

Type Description
Int32

A zero-based integer value that specifies the position of the processed field in the header area.

See Also