corelibraries-devexpress-dot-xtrapivotgrid-404eda9a.md
Provides data for the PivotGridOptionsFilterBase.OptionsChanged event.
Namespace : DevExpress.XtraPivotGrid
Assembly : DevExpress.PivotGrid.v25.2.Core.dll
NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
public class PivotOptionsFilterEventArgs :
EventArgs
Public Class PivotOptionsFilterEventArgs
Inherits EventArgs
PivotOptionsFilterEventArgs is the data class for the following events:
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.
Object EventArgs PivotOptionsFilterEventArgs
See Also