Class
SchedulerCommand

Represent the abstract SchedurlerCommand class

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

cs-api-definition
public abstract class SchedulerCommand : CommandBase, IImageListProvider

Inheritance: objectCommandBaseSchedulerCommand

Derived Classes: CreateNewAppointmentCommandNavigateBackwardCommandNavigateForwardCommandNavigateToNextAppointmentsCommandNavigateToNextViewCommandNavigateToPreviousAppointmentsCommandNavigateToPreviousViewCommand

Implements: IImageListProvider

Constructors

SchedulerCommand()

Declaration

cs-api-definition
protected SchedulerCommand()

Methods

CanExecute(object)

Determines whether this instance can execute the specified parameter.

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

The parameter.

Returns

bool

true if this instance is a RadScheduler instance; otherwise, false.

Overrides CommandBase.CanExecute(object)

Execute(params object[])

Executes the command with the given settings.

Declaration

cs-api-definition
public override object Execute(params object[] settings)

Parameters

settings

object[]

Returns

object

Overrides CommandBase.Execute(params object[])

ExecuteCommand(RadScheduler)

Executes the command.

Declaration

cs-api-definition
public abstract void ExecuteCommand(RadScheduler scheduler)

Parameters

scheduler

RadScheduler

The scheduler.