Represents a command that creates a new appointment in the scheduler. When executed, this command opens the appointment creation dialog.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AddAppointmentCommand : SchedulerCommand, ICommand
Inheritance: objectSchedulerCommandAddAppointmentCommand
Implements:
Inherited Members
Constructors
C#
public AddAppointmentCommand()
Methods
Defines the method to be called when the command is invoked. Opens the appointment creation dialog.
C#
public override void Execute(object parameter)
Data used by the command. This parameter can be null.
Overrides: