Skip to main content

PivotGridControl.FilterEditorCreated Event

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.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