[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.EditRecurrenceDialog

EditRecurrenceDialog Method

EditRecurrenceDialog(Appointment)

Shows the Edit Recurrence dialog for editing a C1.Schedule.RecurrencePattern of the specified C1.Schedule.Appointment.

Declaration
public void EditRecurrenceDialog(Appointment appointment)
Public Sub EditRecurrenceDialog(appointment As Appointment)
Parameters
Type Name Description
Appointment appointment

C1.Schedule.Appointment whose C1.Schedule.RecurrencePattern will be edited in the dialog.

Remarks

This methods implements the EditRecurrenceDialogCommand command.