Skip to main content
A newer version of this page is available. .

ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property

Gets the custom SQL query that should be checked.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public CustomSqlQuery CustomSqlQuery { get; }

Property Value

Type Description
CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

See Also