PivotGridFieldOptions.OptionsChanged Event
Occurs when any of the PivotGrid control’s option has been changed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
Declaration
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