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

AppointmentFormController.Label Property

OBSOLETE

Use AppointmentLabel instead.

Gets or sets the label of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

[Obsolete("Use AppointmentFormController.AppointmentLabel instead.", false)]
public AppointmentLabel Label { get; set; }

Property Value

Type Description
AppointmentLabel

An AppointmentLabel object which is the label of the appointment.

Remarks

Use the Label property to specify the label of the appointment currently being edited in the custom Edit Appointment form.

See Also