ASPxPivotGrid.FieldAreaIndexChanged Event
In This Article
Occurs when the field’s PivotGridFieldBase.AreaIndex property has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event PivotFieldEventHandler FieldAreaIndexChanged
#Event Data
The FieldAreaIndexChanged event's data class is PivotFieldEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Field |
Gets the field being processed.
Inherited from Pivot |
#Remarks
Each data field area can display several fields. End-users can reorder fields within the area. The FieldAreaIndexChanged event is raised after a field’s position within the area has been changed. This field is returned by the event parameter’s PivotFieldEventArgsBase<T>.Field property.
See Also