Skip to main content
All docs
V18.2

DashboardSourceModel.ValidateCustomSqlQuery Property

Provides the capability to check the validity of the custom SQL query used to supply the dashboard with data.

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public ValidateDashboardCustomSqlQueryWebEventHandler ValidateCustomSqlQuery { get; set; }

Property Value

Type Description
ValidateDashboardCustomSqlQueryWebEventHandler

A ValidateDashboardCustomSqlQueryWebEventHandler delegate method allowing you to implement custom processing.

Remarks

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

See Also