SchedulerControl.ShowEditAppointmentForm(Appointment) Method
Invokes the Edit Appointment dialog for the specified appointment.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public virtual DialogResult ShowEditAppointmentForm(
Appointment apt
)
#Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment object which represents the appointment to be edited in the dialog. |
#Returns
Type | Description |
---|---|
Dialog |
A Dialog |
#Remarks
This dialog allows end-users to change the properties of any appointment, or add a new one to the Scheduler‘s data. The common appearance of the standard Edit Appointment dialog is shown in the image below.
Tip
Use the Scheduler