Skip to main content
All docs
V18.2

ASPxClientDashboardDataLoadingErrorEventArgs.GetError() Method

Allows you to obtain the displayed error message.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public string GetError()

Returns

Type Description
String

A string value that is the displayed error message.

See Also