Version

Task Class

Encapsulates a task for the UltraGanttView control.
Syntax
'Declaration
 
Public Class Task 
   Inherits Infragistics.Shared.SubObjectBase
public class Task : Infragistics.Shared.SubObjectBase 
Remarks

A task manifests itself in the user interface as a row in a grid, with a corresponding bar within a Gantt chart. Tasks are depicted hierarchically; a task which contains child tasks (or "subtasks") is typically referred to as a summary task. Tasks can be linked to other tasks via a TaskDependency, which describes a dependency the task has on the predecessor task. A typical task has a name, a start date/time, and a duration.

Tasks can be grouped together by associating each one with the same Project.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also