Defines the command that shows the Edit Appointment dialog for a creation of a new Appointment.

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

Syntax

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

Remarks

This command is executed by the C1Scheduler and is implemented by the NewAppointmentDialog methods.

The time interval for which an appointment will be created is determined by the sender’s DataContext.

See Also