ClassSchedulerCommand
Class
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:
Implements:
Constructors
SchedulerCommand()
Declaration
cs-api-definition
protected SchedulerCommand()
Properties
Scheduler
Gets or sets the RadScheduler instance that this command is associated with.
Methods
Execute(object)
Declaration
cs-api-definition
public abstract void Execute(object parameter)
Parameters
parameter
Implements
Events
CanExecuteChanged
Declaration
cs-api-definition
public event EventHandler CanExecuteChanged
Event Value
Implements