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

PivotGridFieldOptions.OptionsChanged Event

Occurs when any of the PivotGrid control’s option has been changed.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

[Browsable(false)]
public event PivotOptionsChangedEventHandler OptionsChanged

Event Data

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

Property Description
Option Gets a value indicating an option that has been changed.

Remarks

An option that has been changed is indicated by the PivotOptionsChangedEventArgs.Option property value.

See Also