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

FilterPopupExcelDataEventHandler Delegate

References a method that will handle the PivotGridControl.FilterPopupExcelData event.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v20.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public delegate void FilterPopupExcelDataEventHandler(
    object sender,
    FilterPopupExcelDataEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e FilterPopupExcelDataEventArgs

A FilterPopupExcelDataEventArgs object that contains event data.

See Also