Gets a reference to the ResourceListView control instance used by the LoadChartResourceListView control.

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

Syntax

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

See Also