Gets or sets the schedule used to display the timeline in the TaskListView control. This is a dependency property.

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

Syntax

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

See Also