Back to Devexpress

ASPxSchedulerOptionsBehavior.ShowDetailedErrorInfo Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduleroptionsbehavior.md

latest2.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
[DefaultValue(true)]
public bool ShowDetailedErrorInfo { get; set; }
vb
<DefaultValue(True)>
Public Property ShowDetailedErrorInfo As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show detailed information; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to ShowDetailedErrorInfo
ASP.NET MVC ExtensionsSchedulerSettings

.OptionsBehavior .ShowDetailedErrorInfo

| | ASP.NET Web Forms Controls | ASPxScheduler |

.OptionsBehavior .ShowDetailedErrorInfo

|

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:

See Also

ASPxSchedulerOptionsBehavior Class

ASPxSchedulerOptionsBehavior Members

DevExpress.Web.ASPxScheduler Namespace