Gets the internally managed Load Chart item collection.

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

Syntax

C#
public LoadChartItemCollection ManagedItems { get; }
Visual Basic (Declaration)
Public ReadOnly Property ManagedItems As LoadChartItemCollection

Implements

ILoadChartView..::.ManagedItems

See Also