Skip to main content

AppointmentForm Class

Simple appointment editing form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[ComVisible(false)]
public class AppointmentForm :
    XtraForm,
    IDXManagerPopupMenu

Remarks

An appointment editing form with sample data is shown below.

EditAppointmentDialog

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

Inheritance

Show 11 items
Object
MarshalByRefObject
Component
Control
ScrollableControl
ContainerControl
Form
DevExpress.XtraEditors.DForm
DevExpress.XtraEditors.MouseWheelContainerForm
XtraForm
AppointmentForm
See Also