Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridControl.FilterPopupExcelPrepareTemplate Event

Allows you to replace templates used by Excel-style filter popups and external editors generated using Filtering UI Context.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v24.2.dll

NuGet Package: DevExpress.Win.PivotGrid

#Declaration

[DXCategory("Appearance")]
public event FilterPopupExcelPrepareTemplateEventHandler FilterPopupExcelPrepareTemplate

#Event Data

The FilterPopupExcelPrepareTemplate event's data class is FilterPopupExcelPrepareTemplateEventArgs. The following properties provide information specific to this event:

Property Description
Field Gets the Pivot Grid field for which the event is raised.

#Remarks

The FilterPopupExcelPrepareTemplate event is raised each time an end-user invokes the Excel-style filter popup and allows you to completely replace its template. To learn how to handle the this event, see Filtering Events.

See Also