Class SchedulerCommand
Represents a command abstraction that is associated with a particular RadScheduler instance.
Inheritance
System.Object
SchedulerCommand
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class SchedulerCommand : Object, ICommand
Constructors
SchedulerCommand()
Declaration
protected SchedulerCommand()
Properties
Scheduler
Gets or sets the RadScheduler instance that this command is associated with.
Declaration
public RadScheduler Scheduler { get; }
Property Value
RadScheduler
|
Methods
CanExecute(Object)
Declaration
public abstract bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Execute(Object)
Declaration
public abstract void Execute(object parameter)
Parameters
System.Object
parameter
|
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.EventHandler
|