'Declaration Public Enum ProjectTaskModeResource Inherits System.Enum
public enum ProjectTaskModeResource : System.Enum
Member | Description |
---|---|
DisplayAutomaticallyScheduled | The DataTemplate displayed for the cell when the task's ProjectTask.IsManual is false. |
DisplayInactiveAutomaticallyScheduled | The DataTemplate displayed for the cell when the task's ProjectTask.IsManual is false, the ProjectTask.IsActive is false. |
DisplayInactiveManuallyScheduled | The DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true, the ProjectTask.IsActive is false and ProjectTask.IsPlaceholder is false. |
DisplayInactiveManuallyScheduledPlaceholder | The DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true, the ProjectTask.IsActive is false and ProjectTask.IsPlaceholder is true. |
DisplayManuallyScheduled | The DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true and ProjectTask.IsPlaceholder is false. |
DisplayManuallyScheduledPlaceholder | The DataTemplate displayed for the cell when the task's ProjectTask.IsManual is true and ProjectTask.IsPlaceholder is true. |
EditAutomaticallyScheduled | The DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of false when the ProjectTask.IsActive is true. |
EditInactiveAutomaticallyScheduled | The DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of false when the ProjectTask.IsActive is false. |
EditInactiveManuallyScheduled | The DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of true when the ProjectTask.IsActive is false. |
EditManuallyScheduled | The DataTemplate used for the combobox item of the cell used to represent an ProjectTask.IsManual value of true when the ProjectTask.IsActive is true. |
ToolTip | The DataTemplate used to provide the content for the tooltip for the cell. |
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