CustomFilterExpressionWebEventArgs Class
Provides data for the CustomFilterExpression events.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
Declaration
Remarks
The CustomFilterExpression events are fired when the control sends a query to reload data from the server and allow you to include WHERE clauses in SQL queries. To learn more, see the following topics.
Inheritance
Object
EventArgs
CustomFilterExpressionEventArgs
CustomFilterExpressionWebEventArgs
See Also