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

ASPxSchedulerOptionsForms.MessageBoxTemplateUrl Property

Gets or sets a template location for the message box.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.2.dll

Declaration

[DefaultValue("")]
public string MessageBoxTemplateUrl { get; set; }

Property Value

Type Default Description
String String.Empty

A string, which represents a template message box’s URL.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MessageBoxTemplateUrl
ASP.NET Bootstrap Controls BootstrapScheduler
.OptionsForms.MessageBoxTemplateUrl
ASP.NET Web Forms Controls ASPxScheduler
.OptionsForms.MessageBoxTemplateUrl
MVCxScheduler
.OptionsForms.MessageBoxTemplateUrl
SchedulerSettings
.OptionsForms.MessageBoxTemplateUrl
See Also