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.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
public TimeSpan FirstVisibleTime { get; set; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> _
Public Property FirstVisibleTime As TimeSpan
	Get
	Set

Remarks

This property only affects initial scroll position.

See Also