Gets or sets a value indicating whether the time of day part of date and time values displayed in Start and Finish grid columns are visible in the view; true by default.

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

Syntax

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

See Also