Back to Devexpress

PivotGridFieldOptions.OptionsChanged Event

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptions-6cbaacbf.md

latest1.7 KB
Original Source

PivotGridFieldOptions.OptionsChanged Event

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[Browsable(false)]
public event PivotOptionsChangedEventHandler OptionsChanged
vb
<Browsable(False)>
Public Event OptionsChanged As PivotOptionsChangedEventHandler

Event Data

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

PropertyDescription
OptionGets 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

PivotGridFieldOptions Class

PivotGridFieldOptions Members

DevExpress.XtraPivotGrid Namespace