Navigate scheduler to the next view
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class NavigateToNextViewCommand : SchedulerCommand, IImageListProvider
Inheritance: objectCommandBaseSchedulerCommandNavigateToNextViewCommand
Implements:
Inherited Members
Constructors
C#
public NavigateToNextViewCommand()
Methods
Executes the command.
C#
public void ExecuteCommand(RadScheduler scheduler, NavigationStepTypes navigationStepType, int navigationStep)
The scheduler.
navigationStepTypeNavigationStepTypesType of the navigation step.
navigationStepintThe 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.
Executes the command.
C#
public override void ExecuteCommand(RadScheduler scheduler)
The scheduler.
Overrides: