Gets or sets the date and time currently displayed at the scroll bar position in the Gantt Chart view of the GanttChartNodeListViewBase control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public DateTime DisplayedTime { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property DisplayedTime As DateTime

See Also