ClassNavigateToNextViewCommand
Class
Navigate scheduler to the next view
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class NavigateToNextViewCommand : SchedulerCommand, IImageListProvider
Inheritance: objectCommandBaseSchedulerCommandNavigateToNextViewCommand
Implements:
Inherited Members
Constructors
NavigateToNextViewCommand()
Declaration
cs-api-definition
public NavigateToNextViewCommand()
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.