AppointmentForm Class
Simple appointment editing form.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Remarks
An appointment editing form with sample data is shown below.
Default appointment editing form allows the end-user to modify the following appointment properties:
Caption | Property |
---|---|
Subject | Appointment.Subject |
Location | Appointment.Location |
Start time | Appointment.Start |
End time | Appointment.End |
Show time as | Appointment.StatusKey |
Label | Appointment.LabelKey |
All day event | Appointment.AllDay |
Resource | Appointment.ResourceId, Appointment.ResourceId |
(No caption) | Appointment.Description |
See Also