Back to Devexpress

PivotOptionsFilterEventArgs Class

corelibraries-devexpress-dot-xtrapivotgrid-404eda9a.md

latest2.1 KB
Original Source

PivotOptionsFilterEventArgs Class

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

Declaration

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

PivotOptionsFilterEventArgs is the data class for the following events:

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

PivotOptionsFilterEventArgs Members

DevExpress.XtraPivotGrid Namespace