Back to Devexpress

PivotFieldEventArgs Class

windowsforms-devexpress-dot-xtrapivotgrid-bac46c12.md

latest2.8 KB
Original Source

PivotFieldEventArgs Class

Provides data for all field handling events.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotFieldEventArgs :
    PivotFieldEventArgsBase<PivotGridField>
vb
Public Class PivotFieldEventArgs
    Inherits PivotFieldEventArgsBase(Of PivotGridField)

PivotFieldEventArgs is the data class for the following events:

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

Object EventArgs PivotFieldEventArgsBase<PivotGridField> PivotFieldEventArgs PivotAreaChangingEventArgs

PivotFieldFilterChangingEventArgs

PivotFieldPropertyChangedEventArgs

See Also

PivotFieldEventArgs Members

DevExpress.XtraPivotGrid Namespace