Skip to main content
All docs
V18.2

DashboardSourceModel.CustomFilterExpression Property

Allows you to include WHERE clauses in SQL queries.

Namespace: DevExpress.DashboardWeb.Mvc

Assembly: DevExpress.Dashboard.v18.2.Web.Mvc5.dll

Declaration

public CustomFilterExpressionWebEventHandler CustomFilterExpression { get; set; }

Property Value

Type Description
CustomFilterExpressionWebEventHandler

A CustomFilterExpressionWebEventHandler delegate method allowing you to implement custom processing.

Remarks

Implement a CustomFilterExpressionWebEventHandler delegate method and assign it to the CustomFilterExpression property. For more implementation details, refer to the CustomFilterExpressionWebEventHandler delegate description.

See Also