PivotGridFieldOptions.OptionsChanged Event
In This Article
Occurs when any of the PivotGrid control’s 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 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