ClassNavigateToPreviousAppointmentsCommand
Class
Navigate scheduler to the previous view that contains appointments
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class NavigateToPreviousAppointmentsCommand : SchedulerCommand, IImageListProvider
Inheritance: objectCommandBaseSchedulerCommandNavigateToPreviousAppointmentsCommand
Implements:
Inherited Members
Constructors
NavigateToPreviousAppointmentsCommand()
Declaration
cs-api-definition
public NavigateToPreviousAppointmentsCommand()
Methods
ExecuteCommand(RadScheduler)
Executes the command.
Declaration
cs-api-definition
public override void ExecuteCommand(RadScheduler scheduler)
Parameters
scheduler
The scheduler.
Overrides