Class
SchedulerCommand

Represents a command abstraction that is associated with a particular RadScheduler instance.

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public abstract class SchedulerCommand : ICommand

Inheritance: objectSchedulerCommand

Derived Classes: DecreaseVisibleRangeCommandIncreaseVisibleRangeCommandTodayCommand

Implements: ICommand

Constructors

SchedulerCommand()

Declaration

cs-api-definition
protected SchedulerCommand()

Properties

Scheduler

Gets or sets the RadScheduler instance that this command is associated with.

Declaration

cs-api-definition
public RadScheduler Scheduler { get; }

Property Value

RadScheduler

Methods

CanExecute(object)

Declaration

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

Parameters

parameter

object

Returns

bool

Implements ICommand.CanExecute(object)

Execute(object)

Declaration

cs-api-definition
public abstract void Execute(object parameter)

Parameters

parameter

object

Implements ICommand.Execute(object)

Events

CanExecuteChanged

Declaration

cs-api-definition
public event EventHandler CanExecuteChanged

Event Value

EventHandler

Implements ICommand.CanExecuteChanged