ClassSchedulerCommand
Class
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:
Implements:
Constructors
SchedulerCommand()
Declaration
cs-api-definition
protected SchedulerCommand()
Methods
CanExecute(object)
Determines whether this instance can execute the specified parameter.
Execute(params object[])
Executes the command with the given settings.
ExecuteCommand(RadScheduler)
Executes the command.
Declaration
cs-api-definition
public abstract void ExecuteCommand(RadScheduler scheduler)
Parameters
scheduler
The scheduler.