Class SchedulerCommand
Represents a command abstraction that is associated with a particular Rad
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 Rad
Declaration
public RadScheduler Scheduler { get; }
Property Value
Methods
CanExecute(Object)
Declaration
public abstract bool CanExecute(object parameter)
Parameters
System.
|
Returns
System.
|
Execute(Object)
Declaration
public abstract void Execute(object parameter)
Parameters
System.
|
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.
|