The event handler receives an argument of type PivotFieldEventArgs containing data related to this event.
The following
PivotFieldEventArgs properties provide information specific to this event.
Property |
Description |
Field |
|
The FieldFilterChanged event occurs after the filter criteria have been changed for a specific field.
Applying filter criteria to fields lets you limit the number of records summarized by the PivotGrid control. Use the DevExpress.XtraPivotGrid.PivotGridFieldBase.FilterValues property to change the filter criteria for a specific field via code. An end-user can change the filter criteria by clicking the field's Filter Button and selecting the required values which should be displayed within the control via the filter dropdown list.