[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.IncrementStartTimeSmallCommand

IncrementStartTimeSmallCommand Field

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

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

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

Use this command to implement custom scrolling behavior.