Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / FirstVisibleTime Property

In This Topic
    FirstVisibleTime Property
    In This Topic
    Gets or sets the Windows.Foundation.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
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.FirstVisibleTime", "The first visible time.")>
    Public Property FirstVisibleTime As TimeSpan
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.FirstVisibleTime", "The first visible time.")]
    public TimeSpan FirstVisibleTime {get; set;}
    Remarks
    This property only affects initial scroll position.
    See Also