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

PivotGridOptionsFilterBase.OptionsChanged Event

Occurs after any option has been changed.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

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