Gets a collection of TaskItem objects that represent individual data items to be managed by the TaskManager component.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public List<TaskItem> Items { get; set; }
Visual Basic (Declaration)
Public Property Items As List(Of TaskItem)
	Get
	Set

See Also