Version 24.2 (latest)

ProjectSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyActualValuesLostDefaultActionReturns or sets the default action to use when actual values will be lost on a task as a result of the task being deleted or having certain values changed.  
Public PropertyAlwaysHonorTaskConstraintDatesReturns or sets a boolean indicating whether the ProjectTask.ConstraintType overrides the task relationships.  
Public PropertyAutoAddNewResourcesReturns or sets a boolean indicating whether a new ProjectResource should be added to the Project.ResourceItems when entering an unrecognized name into the ProjectTask.ResourcesText.  
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyChangeConstraintTypeDefaultActionReturns or sets the default action to use when a task's constraint will automatically be changed due to some other value on the task changing.  
Public PropertyConstraintConflictsWithSubtaskConstraintDefaultActionReturns or sets the default action to use when a summary task's constraint conflicts with the constraint of one of its child tasks in that applying both constraints to the child task will violate one of them.  
Public PropertyConstraintOrDependencyCannotBeEnforcedDefaultActionReturns or sets the default action to use when the task's constraint can dependencies cannot both be enforced because their rules are incompatible.  
Public PropertyCriticalSlackLimitReturns or sets a value indicating the number of days of slack that a task must have in order to be considered critical when calculating the critical path.  
Public PropertyDateStringFormatReturns or sets a DateTime string format used to indicate how dates are displayed within the control.  
Public PropertyDaysPerMonthReturns or sets a value indicating the number of days used when calculating a day unit - e.g when a ProjectDuration has a Format of Months.  
Public PropertyDefaultFinishTimeReturns or sets the default finish time assigned to a task when you enter a ProjectTask.ManualFinish without specifiying a time.  
Public PropertyDefaultStartTimeReturns or sets the default start time assigned to a task when you enter a ProjectTask.ManualStart without specifiying a time.  
Public PropertyDeleteRootTaskDefaultActionReturns or sets the default action to use when the user attempts to delete the root task.  
Public PropertyDeleteSummaryTaskDefaultActionReturns or sets the default action to use when the user attempts to delete a summary task.  
Public PropertyDependencyCircularityDetectedDefaultActionReturns or sets the default action to use when dependency circularities are detected within the tasks of the project during anything other than a task being re-parented.  
Public PropertyDependencyCircularityDetectedWhenTaskReparentedDefaultActionReturns or sets the default action to use when dependency circularities are detected within the tasks of the project when tasks are re-parented.  
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 PropertyDurationFormatReturns or sets the format for duration type fields.  
Public PropertyDurationStringFormatReturns or sets a numeric string format used to indicate how durations are displayed within the control.  
Public PropertyFirstDayOfWeekReturns or sets the day used as the first day of the week.  
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsRootTaskVisibleReturns or sets a boolean indicating if the task representing the project is displayed (i.e. RootTask).  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyMinutesPerDayReturns or sets a value indicating the number of minutes used when calculating a day unit - e.g when a ProjectDuration has a Format of Days.  
Public PropertyMinutesPerWeekReturns or sets a value indicating the number of minutes used when calculating a week unit - e.g when a ProjectDuration has a Format of Weeks.  
Public PropertyMissingResourceDefaultActionReturns or sets the default action to use when a resource is used which doesn't exist and AutoAddNewResources is False.  
Public PropertyNewTasksAreEstimatedReturns or sets a value indicating whether new tasks that are created have estimated durations.  
Public PropertyNewTasksAreManualReturns or sets a value indicating whether new tasks that are created have estimated durations.  
Public PropertyPossibleFutureConflictDefaultActionReturns or sets the default action to use when a constraint type on a task can possibly cause a conflict in the future.  
Public PropertyShouldCalculateAfterEachEditReturns or sets a boolean indicating whether the scheduling engine should recalculate after each change.  
Public PropertyShouldCalculateMultipleCriticalPathsReturns or sets a boolean indicating if the scheduling engine should calculate a critical path for each independent network of tasks.  
Public PropertyShouldUpdateManualTasksWhenEditingLinksReturns or sets a boolean indicating if the start, finish, and duration of manually scheduled tasks should be updated when predecessors or successors change.  
Public PropertyTaskFinishMovedToNonWorkingDayDefaultActionReturns or sets the default action to use when the task finish value is moved into a non-working day.  
Public PropertyTaskMovedAfterProjectFinishDefaultActionReturns or sets the default action to use when the task is moved after the project finish in a project scheduled from the finish date.  
Public PropertyTaskMovedBeforeProjectStartDefaultActionReturns or sets the default action to use when the task is moved before the project start in a project scheduled from the start date.  
Public PropertyTaskStartMovedToNonWorkingDayDefaultActionReturns or sets the default action to use when the task start value is moved into a non-working day.  
See Also