Skip to main content
A newer version of this page is available. .

PivotGridControl.FilterEditorCreated Event

Allows you to customize the Filter Editor before it is displayed on screen.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.1.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public event PivotFieldFilterControlEventHandler FilterEditorCreated

Event Data

The FilterEditorCreated event's data class is DevExpress.XtraPivotGrid.FilterControlEventArgs.

See Also