Back to Devexpress

PivotCustomFilterPopupItemsEventHandler Delegate

wpf-devexpress-dot-xpf-dot-pivotgrid-9ec2033b.md

latest1.4 KB
Original Source

PivotCustomFilterPopupItemsEventHandler Delegate

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

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.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.Xpf.PivotGrid Namespace