Version 24.2 (latest)

ProjectTaskSettings Class Properties

For a list of all members of this type, see ProjectTaskSettings members.

Public Properties
 NameDescription
Public PropertyAllowChangeIndentationReturns or sets the value which indicates whether a task can be indented or outdented in the user interface or using ProjectTask.Indent or ProjectTask.Outdent.  
Public PropertyAllowDeleteReturns or sets the value which indicates whether a task can be deleted in the user interface or using ProjectTask.Delete.  
Public PropertyAllowDragDeadlineReturns or sets the value which indicates whether the deadline indicator of a task can be dragged in the user interface.  
Public PropertyAllowDragMilestoneReturns or sets the value indicating whether a milestone task can be dragged in the user interface to change the ProjectTask.Start or ProjectTask.Finish values.  
Public PropertyAllowDragPercentCompleteReturns or sets the value indicating whether the bar indicating the completed portion of the task can be dragged in the user interface.  
Public PropertyAllowDragSummaryReturns or sets the value indicating whether a summary task can be dragged in the user interface to change the ProjectTask.Start or ProjectTask.Finish values.  
Public PropertyAllowDragTaskReturns or sets the value indicating whether summary task can be dragged in the user interface to change the ProjectTask.Start or ProjectTask.Finish values.  
Public PropertyAllowInsertReturns or sets the value indicating whether a task can be inserted into the project.  
Public PropertyAllowResizeSummaryReturns or sets the value indicating whether a summary task can be resized in the user interface to change the ProjectTask.Duration.  
Public PropertyAllowResizeTaskReturns or sets the value indicating whether a task can be resized in the user interface to change the ProjectTask.Duration.  
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
See Also