Gets or sets the start day of the visible week interval; by default it is set to Sunday.

Namespace:  DlhSoft.Web.Mvc
Assembly:  DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)

Syntax

C#
public virtual DayOfWeek VisibleWeekStart { get; set; }
Visual Basic (Declaration)
Public Overridable Property VisibleWeekStart As DayOfWeek

See Also