Back to Devexpress

FilterPopupExcelDataEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-71843e97.md

latest1.4 KB
Original Source

FilterPopupExcelDataEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public delegate void FilterPopupExcelDataEventHandler(
    object sender,
    FilterPopupExcelDataEventArgs e
);
vb
Public Delegate Sub FilterPopupExcelDataEventHandler(
    sender As Object,
    e As FilterPopupExcelDataEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | FilterPopupExcelDataEventArgs |

A FilterPopupExcelDataEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace