Skip to main content
All docs
V18.2

DashboardViewerSettings.HandleServerErrors Property

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

Namespace: DevExpress.DashboardWeb.Mvc

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

Declaration

public bool HandleServerErrors { get; set; }

Property Value

Type Description
Boolean

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