Skip to main content

PivotFieldEventArgs Class

Provides data for all field handling events.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotFieldEventArgs :
    PivotFieldEventArgsBase<PivotGridField>

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.

See Also