A newer version of this page is available.
Switch to the current version.
FilterPopupEventHandler Delegate
Represents a method that will handle the DataViewBase.ShowFilterPopup event.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll
Declaration
public delegate void FilterPopupEventHandler(
object sender,
FilterPopupEventArgs e
);
Public Delegate Sub FilterPopupEventHandler(
sender As Object,
e As FilterPopupEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | FilterPopupEventArgs | A FilterPopupEventArgs object that contains event data. |
See Also
Feedback