Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / LargeStartTimeChange Property

In This Topic
    LargeStartTimeChange Property (C1Scheduler)
    In This Topic
    Gets or sets a TimeSpan used to change the VisualStartTime property by the IncrementStartTimeLarge and DecrementStartTimeLarge methods and the IncrementStartTimeLargeCommand and DecrementStartTimeLargeCommand commands. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property LargeStartTimeChange As TimeSpan
    public TimeSpan LargeStartTimeChange {get; set;}
    Remarks
    If this value is not set, then the value of the VisualTimeSpan property is used.
    See Also