Skip to main content

AppointmentFormControllerBase.Caption Property

Gets the caption used in appointment editing form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.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