[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.DecrementStartTimeLargeCommand

DecrementStartTimeLargeCommand Field

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

Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.dll
Syntax
public static readonly RoutedCommand DecrementStartTimeLargeCommand
Returns
Type Description
RoutedCommand Defines the command that decrements the property value on the amount specified in the property.
Remarks

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

Use this command to implement custom scrolling behavior.