Skip to main content
All docs
V25.1
  • .NET 8.0+

    TreeListEditor.QueryCustomFunctions Event

    Namespace: DevExpress.ExpressApp.TreeListEditors.Win

    Assembly: DevExpress.ExpressApp.TreeListEditors.Win.v25.1.dll

    Declaration

    public event EventHandler<CustomFunctionEventArgs> QueryCustomFunctions

    Event Data

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

    See Also