Version

TaskIndicatorType Enumeration

Enumeration used to identify the type of TaskIndicatorItem
Syntax
'Declaration
 
Public Enum TaskIndicatorType 
   Inherits System.Enum
public enum TaskIndicatorType : System.Enum 
Members
MemberDescription
CompletedThe Infragistics.Controls.Schedules.IProjectTask.PercentComplete is 100.
ConstraintViolationThe constraint criteria (i.e. the Infragistics.Controls.Schedules.IProjectTask.ConstraintType and Infragistics.Controls.Schedules.IProjectTask.ConstraintDate) have not been met.
DeadlineThe task has gone beyond its Infragistics.Controls.Schedules.IProjectTask.Deadline
FlexibleConstraintThe Infragistics.Controls.Schedules.IProjectTask.ConstraintType is a flexible constraint such as a 'Start No Earlier Than' in a project scheduled from the start.
InflexibleConstraintThe Infragistics.Controls.Schedules.IProjectTask.ConstraintType is an inflexible constraint such as a 'Must Start On'.
NotesThe task has Infragistics.Controls.Schedules.IProjectTask.Notes
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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