Skip to main content

PivotGridFieldOptions.OptionsChanged Event

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

Namespace: DevExpress.XtraPivotGrid

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

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

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