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

AppointmentFormController.GetLabel() Method

OBSOLETE

Use AppointmentLabel property instead.

Returns the current label of the appointment currently being edited in the form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

[Obsolete("Use AppointmentFormController.AppointmentLabel property instead.", false)]
public AppointmentLabel GetLabel()

Returns

Type Description
AppointmentLabel

An AppointmentLabel object which is the label of the appointment.

Remarks

Use the GetLabel method to obtain the label of the appointment currently being edited in the custom Edit Appointment form.

See Also