Skip to main content
All docs
V18.2

ASPxClientDashboardDataLoadingErrorEventArgs.ShowErrorMessage(Boolean) Method

Allows you to specify whether to show the error message.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void ShowErrorMessage(
    bool value
)

Parameters

Name Type Description
value Boolean

true, to show the error message; otherwise, false.

See Also