GridListEditor.QueryCustomFunctions Event
In This Article
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.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