ASPxSchedulerOptionsBehavior.ShowDetailedErrorInfo Property
Specifies whether detailed error information is displayed on the form when an error occurs.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowDetailedErrorInfo |
---|---|---|
ASP.NET Web Forms Controls | ASPxScheduler |
|
ASP.NET MVC Extensions | SchedulerSettings |
|
Remarks
If an error occurs or an exception is raised while saving an appointment, the appointment editing form looks like this:
The ShowDetailedErrorInfo is set to true
by default. Clicking the Show detail info hyperlink reveals detailed information, including the call stack.
Otherwise, when the ShowDetailedErrorInfo is false
, the message is much more compact, as in the picture below: