Class
NavigateToNextViewCommand

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

Inherited Members SchedulerCommand.Execute(params object[])

Constructors

NavigateToNextViewCommand()

Declaration

cs-api-definition
public NavigateToNextViewCommand()

Methods

CanExecute(object)

Determines whether this instance can execute the specified parameter.

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

The parameter.

Returns

bool

true if this instance is a RadScheduler instance; otherwise, false.

Overrides SchedulerCommand.CanExecute(object)

ExecuteCommand(RadScheduler)

Executes the command.

Declaration

cs-api-definition
public override void ExecuteCommand(RadScheduler scheduler)

Parameters

scheduler

RadScheduler

The scheduler.

Overrides SchedulerCommand.ExecuteCommand(RadScheduler)

ExecuteCommand(RadScheduler, NavigationStepTypes, int)

Executes the command.

Declaration

cs-api-definition
public void ExecuteCommand(RadScheduler scheduler, NavigationStepTypes navigationStepType, int navigationStep)

Parameters

scheduler

RadScheduler

The scheduler.

navigationStepType

NavigationStepTypes

Type of the navigation step.

navigationStep

int

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.