Back to Devexpress

ValidateDashboardCustomSqlQueryEventArgs.DataSourceComponentName Property

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

latest1.4 KB
Original Source

ValidateDashboardCustomSqlQueryEventArgs.DataSourceComponentName Property

Gets or sets the component 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 DataSourceComponentName { get; }
vb
Public ReadOnly Property DataSourceComponentName As String

Property Value

TypeDescription
String

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

|

See Also

ValidateDashboardCustomSqlQueryEventArgs Class

ValidateDashboardCustomSqlQueryEventArgs Members

DevExpress.DashboardCommon Namespace