ValidateDashboardCustomSqlQueryWebEventArgs Class
Provides data for the ValidateDashboardCustomSqlQuery events.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
Remarks
The ValidateDashboardCustomSqlQuery events are raised each time the custom SQL query, which is used to supply the dashboard with data, needs to be validated. This is true if the DashboardSqlDataSource is used as a dashboard data source and the CustomSqlQuery is used to select data. To learn more, see the topic for the required event.
See Also