ClassCreateNewAppointmentCommand
Class
Start dialog for creation of an appointment
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class CreateNewAppointmentCommand : SchedulerCommand, IImageListProvider
Inheritance: objectCommandBaseSchedulerCommandCreateNewAppointmentCommand
Implements:
Inherited Members
Constructors
CreateNewAppointmentCommand()
Declaration
cs-api-definition
public CreateNewAppointmentCommand()
Methods
ExecuteCommand(RadScheduler)
Executes the command.
Declaration
cs-api-definition
public override void ExecuteCommand(RadScheduler scheduler)
Parameters
scheduler
The scheduler.
Overrides