windowsforms-devexpress-dot-xtrascheduler-dot-ui-ac7c3a1c.md
Simple appointment editing form.
Namespace : DevExpress.XtraScheduler.UI
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
[ComVisible(false)]
public class AppointmentForm :
XtraForm,
IDXManagerPopupMenu
<ComVisible(False)>
Public Class AppointmentForm
Inherits XtraForm
Implements IDXManagerPopupMenu
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 |
Show 11 items
Object MarshalByRefObject Component Control ScrollableControl ContainerControl Form DevExpress.XtraEditors.DForm DevExpress.XtraEditors.MouseWheelContainerForm XtraForm AppointmentForm
See Also