Defines the command that increments the VisualStartTime property value on the amount specified in the LargeStartTimeChange property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public static readonly RoutedCommand IncrementStartTimeLargeCommand
Visual Basic (Declaration)
Public Shared ReadOnly IncrementStartTimeLargeCommand As RoutedCommand

Remarks

This command is executed by the C1Scheduler and is implemented by the IncrementStartTimeLarge()()()() method.

Use this command to implement custom scrolling behavior.

See Also