Gets or sets a custom NodeManager object to use internally within this GanttChartNodeListViewBase.
When this property is set to a node 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 NodeManager NodeManagerSource { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property NodeManagerSource As NodeManager |