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

SchedulerFormTemplateContainer.Caption Property

Gets or sets the caption of the form.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public string Caption { get; set; }

Property Value

Type Description
String

A string used as the form’s caption.

See Also