SchedulerCommand
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:
C#
public abstract class SchedulerCommand : ICommand
Inheritance: objectSchedulerCommand
Derived Classes:
Implements:
Constructors
C#
protected SchedulerCommand()
Properties
Gets or sets the RadScheduler instance that this command is associated with.
C#
public RadScheduler Scheduler { get; }
Methods
Events
C#
public event EventHandler CanExecuteChanged
Implements: