ClassNavigateToPreviousViewCommand
Class
Navigate scheduler to the previous view
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class NavigateToPreviousViewCommand : SchedulerCommand, IImageListProvider
Inheritance: objectCommandBaseSchedulerCommandNavigateToPreviousViewCommand
Implements:
Inherited Members
Constructors
NavigateToPreviousViewCommand()
Declaration
cs-api-definition
public NavigateToPreviousViewCommand()
Methods
CanExecute(object)
Determines whether this instance can execute the specified parameter.
ExecuteCommand(RadScheduler)
Executes the command.
Declaration
cs-api-definition
public override void ExecuteCommand(RadScheduler scheduler)
Parameters
scheduler
The scheduler.
Overrides
ExecuteCommand(RadScheduler, NavigationStepTypes, int)
Executes the command.
Declaration
cs-api-definition
public void ExecuteCommand(RadScheduler scheduler, NavigationStepTypes navigationStepType, int navigationStep)
Parameters
scheduler
The scheduler.
navigationStepType
Type of the navigation step.
navigationStep
The navigation step.
Remarks
This method will not affect the scheduler view if the view is WeekView or MonthView, where
the navigationStepType is a Day and the NavigationStep is less then 7.