Back to Devexpress

AppointmentForm Class

windowsforms-devexpress-dot-xtrascheduler-dot-ui-ac7c3a1c.md

latest3.1 KB
Original Source

AppointmentForm Class

Simple appointment editing form.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
public class AppointmentForm :
    XtraForm,
    IDXManagerPopupMenu
vb
<ComVisible(False)>
Public Class AppointmentForm
    Inherits XtraForm
    Implements IDXManagerPopupMenu

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:

CaptionProperty
SubjectAppointment.Subject
LocationAppointment.Location
Start timeAppointment.Start
End timeAppointment.End
Show time asAppointment.StatusKey
LabelAppointment.LabelKey
All day eventAppointment.AllDay
ResourceAppointment.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

AppointmentForm Members

EditAppointmentFormShowing

Forms

DevExpress.XtraScheduler.UI Namespace