Skip to main content
A newer version of this page is available. .

CustomColumnFilterListEventHandler Delegate

Represents a method that will handle the TreeListView.CustomFiterPopupList event.

Namespace: DevExpress.Xpf.Grid.TreeList

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public delegate void CustomColumnFilterListEventHandler(
    object sender,
    CustomColumnFilterListEventArgs e
);

Parameters

Name Type Description
sender Object

The event sender.

e CustomColumnFilterListEventArgs

A CustomColumnFilterListEventArgs object that contains event data.

See Also