Skip to main content
All docs
V18.2

ASPxClientDashboardDataLoadingErrorEventArgs.IsErrorMessageShown() Method

Allows you to determine whether the error message will be shown.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public bool IsErrorMessageShown()

Returns

Type Description
Boolean

true, if the error message will be shown; otherwise, false.

See Also