Gets or sets a custom TaskManager object to use internally within this TaskGanttChartNodeListViewBase.
When this property is set to a task manager instance the control items collection and the associated data member properties are ignored.
This is a dependency property.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public TaskManager TaskManagerSource { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property TaskManagerSource As TaskManager |