Back to Devexpress

SchedulerControl.ShowEditRecurrentAppointmentForm(Appointment) Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulercontrol-dot-showeditrecurrentappointmentform-x28-devexpress-dot-xtrascheduler-dot-appointment-x29.md

latest2.4 KB
Original Source

SchedulerControl.ShowEditRecurrentAppointmentForm(Appointment) Method

Invokes the editor dialog the specified recurring appointment.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual RecurrentAppointmentAction ShowEditRecurrentAppointmentForm(
    Appointment apt
)
vb
Public Overridable Function ShowEditRecurrentAppointmentForm(
    apt As Appointment
) As RecurrentAppointmentAction

Parameters

NameTypeDescription
aptAppointment

An Appointment for which the delete command is processed.

|

Returns

TypeDescription
RecurrentAppointmentAction

A RecurrentAppointmentAction enumeration value, specifying the type of action being performed.

|

Remarks

The ShowEditRecurrentAppointmentForm method raises the SchedulerControl.EditRecurrentAppointmentFormShowing event. If the event’s handler sets the ShowFormEventArgs.Handled property to true , then the default dialog window is not invoked, and the return value is calculated from the QueryResult property of the event parameter.

The default dialog window is illustrated below:

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.XtraScheduler Namespace