ValidateDashboardCustomSqlQueryWebEventArgs.CustomSqlQuery Property
In This Article
Gets the custom SQL query that should be checked.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v24.2.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
#Declaration
public CustomSqlQuery CustomSqlQuery { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
See Also