New to Telerik UI for .NET MAUIStart a free 30-day trial

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

Definition

Namespace:Telerik.Maui.Controls.Scheduler

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public abstract class SchedulerCommand : ICommand

Inheritance: objectSchedulerCommand

Derived Classes: AddAppointmentCommandDecreaseVisibleRangeCommandIncreaseVisibleRangeCommandTodayCommand

Implements: ICommand

Constructors

C#
protected SchedulerCommand()

Properties

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

C#
public RadScheduler Scheduler { get; }

Methods

C#
public abstract bool CanExecute(object parameter)
Parameters:parameterobjectReturns:

bool

Implements: ICommand.CanExecute(object)

C#
public abstract void Execute(object parameter)
Parameters:parameterobject

Implements: ICommand.Execute(object)

Events

C#
public event EventHandler CanExecuteChanged

Implements: ICommand.CanExecuteChanged