Skip to main content

CustomFilterExpressionWebEventArgs Class

Provides data for the CustomFilterExpression events.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v24.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public class CustomFilterExpressionWebEventArgs :
    CustomFilterExpressionEventArgs

#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