ClassNavigateToNextAppointmentsCommand
Class
Navigate scheduler to the next view that contains appointments
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
cs-api-definition
public class NavigateToNextAppointmentsCommand : SchedulerCommand, IImageListProvider
Inheritance: objectCommandBaseSchedulerCommandNavigateToNextAppointmentsCommand
Implements:
Inherited Members
Constructors
NavigateToNextAppointmentsCommand()
Declaration
cs-api-definition
public NavigateToNextAppointmentsCommand()
Methods
ExecuteCommand(RadScheduler)
Executes the command.
Declaration
cs-api-definition
public override void ExecuteCommand(RadScheduler scheduler)
Parameters
scheduler
The scheduler.
Overrides