Gets or sets a value that indicates whether CurrentTime should be marked in the chart view by a vertical line.

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

Syntax

C#
public virtual bool IsCurrentTimeLineVisible { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsCurrentTimeLineVisible As Boolean

See Also