Defines the command that shows the Edit Appointment dialog for editing of the specified existing Appointment(s).

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command EditAppointmentDialogCommand
Visual Basic
Public Shared ReadOnly EditAppointmentDialogCommand As C1Command

Remarks

This command is executed by the C1Scheduler and is implemented by the EditAppointmentDialog(Appointment) method.

Command parameter is one of the next values:

If parameter value is not specified then control will try to get an appointment from the sender’s DataContext.

See Also