Skip to main content
.NET 6.0+

TreeListEditor.QueryCustomFunctions Event

Namespace: DevExpress.ExpressApp.TreeListEditors.Win

Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v23.2.dll

Declaration

public event EventHandler<CustomFunctionEventArgs> QueryCustomFunctions

Event Data

The QueryCustomFunctions event's data class is DevExpress.Data.Filtering.CustomFunctionEventArgs.

See Also