Skip to main content
A newer version of this page is available. .

PivotFieldEventArgs Class

Provides data for all field handling events.

Namespace: DevExpress.Web.ASPxPivotGrid

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

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