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.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
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