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.v26.1.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