PivotOptionsFilterEventHandler Delegate
In This Article
Represents a method that will handle the PivotGridOptionsFilterBase.OptionsChanged event.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
public delegate void PivotOptionsFilterEventHandler(
object sender,
PivotOptionsFilterEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Pivot |
A Pivot |
See Also