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

ASPxDashboardViewer.HandleServerErrors Property

Gets or sets whether callback exceptions are handled on the server.

Namespace: DevExpress.DashboardWeb

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

Declaration

[DefaultValue(false)]
public bool HandleServerErrors { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to handle callback exceptions on the server; otherwise, false.

Remarks

Use the ASPxWebControl.CallbackError event to handle any server exception that might occur during server-side processing. To learn more, see Handling Callback Exceptions on Server.

See Also