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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command DecrementStartTimeLargeCommand
Visual Basic
Public Shared ReadOnly DecrementStartTimeLargeCommand As C1Command

Remarks

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

Use this command to implement custom scrolling behavior.

See Also