PivotFieldEventArgs Class
Provides data for all field handling events.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
This is a common ancestor for events that define field handling. These events require a field as a parameter (the PivotFieldEventArgsBase<T>.Field property) so that the processed field can be identified.
Inheritance
See Also