Back to Devexpress

FilterPopupExcelEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-124fbd13.md

latest1.4 KB
Original Source

FilterPopupExcelEventHandler Delegate

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | FilterPopupExcelEventArgs |

A FilterPopupExcelEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace