Skip to main content

SchedulerFormTemplateContainer.Caption Property

Gets or sets the caption of the form.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v24.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