Back to Devexpress

FilterPopupEventHandler Delegate

wpf-devexpress-dot-xpf-dot-grid-620c5f79.md

latest1.2 KB
Original Source

FilterPopupEventHandler Delegate

Represents a method that will handle the DataViewBase.ShowFilterPopup event.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | FilterPopupEventArgs |

A FilterPopupEventArgs object that contains event data.

|

See Also

DevExpress.Xpf.Grid Namespace