Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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