PivotOptionsChangedEventArgs Class
Provides data for the PivotGridFieldOptions.OptionsChanged event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v20.2.Core.dll
Declaration
public class PivotOptionsChangedEventArgs :
EventArgs
Public Class PivotOptionsChangedEventArgs
Inherits EventArgs
Remarks
The PivotGridFieldOptions.OptionsChanged event occurs when any of the PivotGrid control options have been changed. The PivotOptionsChangedEventArgs class introduces the PivotOptionsChangedEventArgs.Option property, which returns a value indicating an option that has been changed.
NOTE
PivotOptionsChangedEventArgs objects are automatically created, initialized and passed to the PivotGridFieldOptions.OptionsChanged event handlers.
See Also
Feedback