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

Namespace:  DlhSoft.Web.UI.WebControls
Assembly:  DlhSoft.ProjectData.GanttChart.ASP.Controls (in DlhSoft.ProjectData.GanttChart.ASP.Controls.dll)

Syntax

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

See Also