New to Telerik UI for WinFormsStart a free 30-day trial

Start dialog for creation of an appointment

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public class CreateNewAppointmentCommand : SchedulerCommand, IImageListProvider

Inheritance: objectCommandBaseSchedulerCommandCreateNewAppointmentCommand

Implements: IImageListProvider

Inherited Members SchedulerCommand.Execute(params object[])SchedulerCommand.CanExecute(object)

Constructors

C#
public CreateNewAppointmentCommand()

Methods

Executes the command.

C#
public override void ExecuteCommand(RadScheduler scheduler)
Parameters:schedulerRadScheduler

The scheduler.

Overrides: SchedulerCommand.ExecuteCommand(RadScheduler)