A newer version of this page is available.
Switch to the current version.
PivotFieldEventArgs Class
Provides data for all field handling events.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v19.1.dll
Declaration
public class PivotFieldEventArgs :
PivotFieldEventArgsBase<PivotGridField>
Public Class PivotFieldEventArgs
Inherits PivotFieldEventArgsBase(Of 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.
Inheritance
See Also
Feedback