Back to Devexpress

PivotGridControl.FilterPopupExcelPrepareTemplate Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dfaf4af9.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DXCategory("Appearance")]
public event FilterPopupExcelPrepareTemplateEventHandler FilterPopupExcelPrepareTemplate
vb
<DXCategory("Appearance")>
Public Event FilterPopupExcelPrepareTemplate As FilterPopupExcelPrepareTemplateEventHandler

Event Data

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

PropertyDescription
FieldGets 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

FilterPopupExcelCustomizeTemplate

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace