Skip to main content
All docs
V25.2
  • GridListEditor.QueryCustomFunctions Event

    Namespace: DevExpress.ExpressApp.Win.Editors

    Assembly: DevExpress.ExpressApp.Win.v25.2.dll

    NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

    Declaration

    public event EventHandler<CustomFunctionEventArgs> QueryCustomFunctions

    Event Data

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

    See Also