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

DataLoadingError.Error Property

Gets or sets the text that describes the data loading error.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public string Error { get; }

Property Value

Type Description
String

A String value containing the text of the current data loading error.

See Also