Skip to main content
A newer version of this page is available. .

PivotFieldStateChangedEventArgs.FieldIndex Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

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