Skip to main content

PivotGridOptionsFilterBase.OptionsChanged Event

Occurs after any option has been changed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
public event PivotOptionsFilterEventHandler OptionsChanged

#Event Data

The OptionsChanged event's data class is PivotOptionsFilterEventArgs. The following properties provide information specific to this event:

Property Description
IsUpdateRequired Gets whether the pivot grid will be redrawn after the event is raised.

#Remarks

Use the event parameter’s PivotOptionsFilterEventArgs.IsUpdateRequired property to obtain whether the pivot grid will be refreshed after the option is changed.

See Also