Gets the base ListView used as the core for the node list view of this control.

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

Syntax

C#
[BindableAttribute(false)]
public ListView BaseNodeListView { get; }
Visual Basic (Declaration)
<BindableAttribute(False)> _
Public ReadOnly Property BaseNodeListView As ListView

See Also