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

PivotFieldEventArgs Class

Provides data for all field handling events.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v18.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PivotFieldEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also