Version

ProjectTaskModeResource Enumeration

Enumeration used to identify the resources used for the task mode column
Syntax
'Declaration
 
Public Enum ProjectTaskModeResource 
   Inherits System.Enum
public enum ProjectTaskModeResource : System.Enum 
Members
MemberDescription
DisplayAutomaticallyScheduledThe DataTemplate displayed for the cell when the task's ProjectTask.IsManual is false.
DisplayInactiveAutomaticallyScheduledThe DataTemplate displayed for the cell when the task's ProjectTask.IsManual is false, the ProjectTask.IsActive is false.
DisplayInactiveManuallyScheduledThe DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true, the ProjectTask.IsActive is false and ProjectTask.IsPlaceholder is false.
DisplayInactiveManuallyScheduledPlaceholderThe DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true, the ProjectTask.IsActive is false and ProjectTask.IsPlaceholder is true.
DisplayManuallyScheduledThe DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true and ProjectTask.IsPlaceholder is false.
DisplayManuallyScheduledPlaceholderThe DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true and ProjectTask.IsPlaceholder is true.
EditAutomaticallyScheduledThe DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of false when the ProjectTask.IsActive is true.
EditInactiveAutomaticallyScheduledThe DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of false when the ProjectTask.IsActive is false.
EditInactiveManuallyScheduledThe DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of true when the ProjectTask.IsActive is false.
EditManuallyScheduledThe DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of true when the ProjectTask.IsActive is true.
ToolTipThe DataTemplate used to provide the content for the tooltip for the cell.
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