A newer version of this page is available.
Switch to the current version.
AppointmentFormController.AppointmentLabel Property
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
public IAppointmentLabel AppointmentLabel { get; set; }
Public Property AppointmentLabel As IAppointmentLabel
Property Value
Type | Description |
---|---|
IAppointmentLabel | An object implementing the IAppointmentLabel interface which is the label of the appointment. |
Remarks
Use the AppointmentLabel property to specify the label of the appointment currently being edited in the Edit Appointment form.
See Also
Feedback