Back to Devexpress

PivotCustomFilterPopupItemsEventHandler Delegate

windowsforms-devexpress-dot-xtrapivotgrid-ca87eb2d.md

latest1.5 KB
Original Source

PivotCustomFilterPopupItemsEventHandler Delegate

Represents a method that will handle the PivotGridControl.CustomFilterPopupItems event.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | PivotCustomFilterPopupItemsEventArgs |

A PivotCustomFilterPopupItemsEventArgs object that contains event data.

|

See Also

DevExpress.XtraPivotGrid Namespace