Class
NavigateToPreviousAppointmentsCommand

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: IImageListProvider

Inherited Members SchedulerCommand.Execute(params object[])SchedulerCommand.CanExecute(object)

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

RadScheduler

The scheduler.

Overrides SchedulerCommand.ExecuteCommand(RadScheduler)