Back to Devexpress

ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property

dashboard-devexpress-dot-dashboardcommon-dot-validatedashboardcustomsqlqueryeventargs.md

latest1.4 KB
Original Source

ValidateDashboardCustomSqlQueryEventArgs.CustomSqlQuery Property

Gets the custom SQL query that should be checked.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public CustomSqlQuery CustomSqlQuery { get; }
vb
Public ReadOnly Property CustomSqlQuery As CustomSqlQuery

Property Value

TypeDescription
CustomSqlQuery

A CustomSqlQuery object that specifies the custom SQL query.

|

See Also

ValidateDashboardCustomSqlQueryEventArgs Class

ValidateDashboardCustomSqlQueryEventArgs Members

DevExpress.DashboardCommon Namespace