PivotFieldEventArgs Class
Provides data for all field handling events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
Remarks
This is a common ancestor for the events that define field handling. These events require a field as a parameter so that the processed field can be identified. The PivotFieldEventArgs class provides the PivotFieldEventArgsBase<T>.Field property for this purpose.
Inheritance
See Also