Skip to main content

ConnectionErrorWebEventArgs.DataSourceName Property

Gets the data source name.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public string DataSourceName { get; }

Property Value

Type Description
String

A String that is the data source name.

See Also