Skip to main content

PivotOptionsFilterEventArgs Class

Provides data for the PivotGridOptionsFilterBase.OptionsChanged event.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public class PivotOptionsFilterEventArgs :
    EventArgs

Remarks

The PivotGridOptionsFilterBase.OptionsChanged event is raised after any option represented by the current PivotGridOptionsFilterBase class descendant has been changed. The PivotOptionsFilterEventArgs class provides the PivotOptionsFilterEventArgs.IsUpdateRequired property that allows you to obtain whether the pivot grid will be redrawn after handling the event.

Inheritance

Object
EventArgs
PivotOptionsFilterEventArgs
See Also