Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentForm Class

Simple appointment editing form.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.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