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

AppointmentFormControllerBase.Caption Property

Gets the caption used in appointment editing form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v22.1.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public string Caption { get; }

Property Value

Type Description
String

A string that is the caption of the appointment dialog.

See Also