Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / EditRecurrenceDialog Method
C1.C1Schedule.Appointment whose C1.C1Schedule.RecurrencePattern will be edited in the dialog.

In This Topic
    EditRecurrenceDialog Method (C1Scheduler)
    In This Topic
    Shows the Edit Recurrence dialog for editing a C1.C1Schedule.RecurrencePattern of the specified C1.C1Schedule.Appointment.
    Syntax
    'Declaration
     
    
    Public Sub EditRecurrenceDialog( _
       ByVal appointment As Appointment _
    ) 
    public void EditRecurrenceDialog( 
       Appointment appointment
    )

    Parameters

    appointment
    C1.C1Schedule.Appointment whose C1.C1Schedule.RecurrencePattern will be edited in the dialog.
    Remarks
    This methods implements the C1Scheduler.EditRecurrenceDialogCommand command.
    See Also