Represents the interface of a task item aware of its indentation, expansion state (can be expanded or collapsed), start date and time, effort, etc. that can be used as a source object to be wrapped within a Task and managed using a TaskManager or hosted within a task data management control.

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

Syntax

C#
public interface ITaskItem : INodeItem
Visual Basic (Declaration)
Public Interface ITaskItem _
	Implements INodeItem

See Also