Back to Devexpress

ValidateDashboardCustomSqlQueryEventArgs.DataSourceName Property

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

latest1.4 KB
Original Source

ValidateDashboardCustomSqlQueryEventArgs.DataSourceName Property

Gets or sets the name of the data source for which the event was raised.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public string DataSourceName { get; }
vb
Public ReadOnly Property DataSourceName As String

Property Value

TypeDescription
String

A String value that specifies the name of the data source for which the event was raised.

|

See Also

ValidateDashboardCustomSqlQueryEventArgs Class

ValidateDashboardCustomSqlQueryEventArgs Members

DevExpress.DashboardCommon Namespace