ASPxPivotGrid.FieldAreaIndexChanged Event
Occurs when the field’s PivotGridFieldBase.AreaIndex property has been changed.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 PivotFieldEventArgsBase<T>. |
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