Back to Devexpress

PivotOptionsChangedEventArgs Class

corelibraries-devexpress-dot-xtrapivotgrid-a408476c.md

latest2.1 KB
Original Source

PivotOptionsChangedEventArgs Class

Provides data for the PivotGridFieldOptions.OptionsChanged event.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotOptionsChangedEventArgs :
    EventArgs
vb
Public Class PivotOptionsChangedEventArgs
    Inherits EventArgs

PivotOptionsChangedEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs PivotOptionsChangedEventArgs

See Also

PivotOptionsChangedEventArgs Members

DevExpress.XtraPivotGrid Namespace