Skip to main content

PivotFieldEventArgs Class

Provides data for all field handling events.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PivotFieldEventArgs :
    PivotFieldEventArgsBase<PivotGridField>

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.

See Also