Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerSettings Class / FirstVisibleTime Property

In This Topic
    FirstVisibleTime Property (C1SchedulerSettings)
    In This Topic
    Gets or sets the System.TimeSpan value representing the first visible time slot in a Day/Work Week views or in any custom view which has a VisualIntervalScale value of less than one day.
    Syntax
    'Declaration
     
    
    Public Property FirstVisibleTime As TimeSpan
    public TimeSpan FirstVisibleTime {get; set;}
    Remarks
    This property only affects initial scroll position.
    See Also