ClassIncreaseVisibleRangeCommand
Class
Command that increases the CurrentDate of the RadScheduler by the interval of the current view definition.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class IncreaseVisibleRangeCommand : SchedulerCommand, ICommand
Inheritance: objectSchedulerCommandIncreaseVisibleRangeCommand
Implements:
Inherited Members
Constructors
IncreaseVisibleRangeCommand()
Declaration
cs-api-definition
public IncreaseVisibleRangeCommand()
Methods
Execute(object)
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
Overrides