Gets or sets the 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.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public TimeSpan FirstVisibleTime { get; set; }
Visual Basic
Public Property FirstVisibleTime As TimeSpan
	Get
	Set

Remarks

This property only affects initial scroll position.

See Also