PivotOptionsFilterEventArgs Class
Provides data for the PivotGridOptionsFilterBase.OptionsChanged event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
Remarks
The PivotGridOptionsFilterBase.OptionsChanged event is raised after any option represented by the current PivotGridOptionsFilterBase class descendant has been changed. The PivotOptionsFilterEventArgs class provides the PivotOptionsFilterEventArgs.IsUpdateRequired property that allows you to obtain whether the pivot grid will be redrawn after handling the event.
See Also