The following tables list the members exposed by ProjectSettings.
Name | Description | |
---|---|---|
ProjectSettings Constructor | Initializes a new ProjectSettings |
Name | Description | |
---|---|---|
ActualValuesLostDefaultAction | Returns 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. | |
AlwaysHonorTaskConstraintDates | Returns or sets a boolean indicating whether the ProjectTask.ConstraintType overrides the task relationships. | |
AutoAddNewResources | Returns 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. | |
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable) | |
ChangeConstraintTypeDefaultAction | Returns 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. | |
ConstraintConflictsWithSubtaskConstraintDefaultAction | Returns 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. | |
ConstraintOrDependencyCannotBeEnforcedDefaultAction | Returns or sets the default action to use when the task's constraint can dependencies cannot both be enforced because their rules are incompatible. | |
CriticalSlackLimit | Returns 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. | |
DateStringFormat | Returns or sets a DateTime string format used to indicate how dates are displayed within the control. | |
DaysPerMonth | Returns 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. | |
DefaultFinishTime | Returns or sets the default finish time assigned to a task when you enter a ProjectTask.ManualFinish without specifiying a time. | |
DefaultStartTime | Returns or sets the default start time assigned to a task when you enter a ProjectTask.ManualStart without specifiying a time. | |
DeleteRootTaskDefaultAction | Returns or sets the default action to use when the user attempts to delete the root task. | |
DeleteSummaryTaskDefaultAction | Returns or sets the default action to use when the user attempts to delete a summary task. | |
DependencyCircularityDetectedDefaultAction | Returns 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. | |
DependencyCircularityDetectedWhenTaskReparentedDefaultAction | Returns or sets the default action to use when dependency circularities are detected within the tasks of the project when tasks are re-parented. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DurationFormat | Returns or sets the format for duration type fields. | |
DurationStringFormat | Returns or sets a numeric string format used to indicate how durations are displayed within the control. | |
FirstDayOfWeek | Returns or sets the day used as the first day of the week. | |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable) | |
IsRootTaskVisible | Returns or sets a boolean indicating if the task representing the project is displayed (i.e. RootTask). | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
MinutesPerDay | Returns 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. | |
MinutesPerWeek | Returns 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. | |
MissingResourceDefaultAction | Returns or sets the default action to use when a resource is used which doesn't exist and AutoAddNewResources is False. | |
NewTasksAreEstimated | Returns or sets a value indicating whether new tasks that are created have estimated durations. | |
NewTasksAreManual | Returns or sets a value indicating whether new tasks that are created have estimated durations. | |
PossibleFutureConflictDefaultAction | Returns or sets the default action to use when a constraint type on a task can possibly cause a conflict in the future. | |
ShouldCalculateAfterEachEdit | Returns or sets a boolean indicating whether the scheduling engine should recalculate after each change. | |
ShouldCalculateMultipleCriticalPaths | Returns or sets a boolean indicating if the scheduling engine should calculate a critical path for each independent network of tasks. | |
ShouldUpdateManualTasksWhenEditingLinks | Returns or sets a boolean indicating if the start, finish, and duration of manually scheduled tasks should be updated when predecessors or successors change. | |
TaskFinishMovedToNonWorkingDayDefaultAction | Returns or sets the default action to use when the task finish value is moved into a non-working day. | |
TaskMovedAfterProjectFinishDefaultAction | Returns or sets the default action to use when the task is moved after the project finish in a project scheduled from the finish date. | |
TaskMovedBeforeProjectStartDefaultAction | Returns or sets the default action to use when the task is moved before the project start in a project scheduled from the start date. | |
TaskStartMovedToNonWorkingDayDefaultAction | Returns or sets the default action to use when the task start value is moved into a non-working day. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) | |
Clone | Creates a modifiable clone of the System.Windows.Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. (Inherited from System.Windows.Freezable) | |
CloneCurrentValue | Creates a modifiable clone (deep copy) of the System.Windows.Freezable using its current values. (Inherited from System.Windows.Freezable) | |
CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
Freeze | Makes the current object unmodifiable and sets its System.Windows.Freezable.IsFrozen property to true. (Inherited from System.Windows.Freezable) | |
GetAsFrozen | Creates a frozen copy of the System.Windows.Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable) | |
GetCurrentValueAsFrozen | Creates a frozen copy of the System.Windows.Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from System.Windows.Freezable) | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
CloneCore | Makes the instance a clone (deep copy) of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable) | |
CloneCurrentValueCore | Makes the instance a modifiable clone (deep copy) of the specified System.Windows.Freezable using current property values. (Inherited from System.Windows.Freezable) | |
CreateInstance | Initializes a new instance of the System.Windows.Freezable class. (Inherited from System.Windows.Freezable) | |
CreateInstanceCore | Creates a new instance of the freezable class. (Inherited from Infragistics.Controls.Schedules.ProjectSettingsBase) | |
FreezeCore | Makes the System.Windows.Freezable object unmodifiable or tests whether it can be made unmodifiable. (Inherited from System.Windows.Freezable) | |
GetAsFrozenCore | Makes the instance a frozen clone of the specified System.Windows.Freezable using base (non-animated) property values. (Inherited from System.Windows.Freezable) | |
GetCurrentValueAsFrozenCore | Makes the current instance a frozen clone of the specified System.Windows.Freezable. If the object has animated dependency properties, their current animated values are copied. (Inherited from System.Windows.Freezable) | |
OnChanged | Called when the current System.Windows.Freezable object is modified. (Inherited from System.Windows.Freezable) | |
OnFreezablePropertyChanged | Overloaded. Ensures that appropriate context pointers are established for a System.Windows.DependencyObjectType data member that has just been set. (Inherited from System.Windows.Freezable) | |
OnPropertyChanged | Overrides the System.Windows.DependencyObject implementation of System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs) to also invoke any System.Windows.Freezable.Changed handlers in response to a changing dependency property of type System.Windows.Freezable. (Inherited from System.Windows.Freezable) | |
ReadPreamble | Ensures that the System.Windows.Freezable is being accessed from a valid thread. Inheritors of System.Windows.Freezable must call this method at the beginning of any API that reads data members that are not dependency properties. (Inherited from System.Windows.Freezable) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
WritePostscript | Raises the System.Windows.Freezable.Changed event for the System.Windows.Freezable and invokes its System.Windows.Freezable.OnChanged method. Classes that derive from System.Windows.Freezable should call this method at the end of any API that modifies class members that are not stored as dependency properties. (Inherited from System.Windows.Freezable) | |
WritePreamble | Verifies that the System.Windows.Freezable is not frozen and that it is being accessed from a valid threading context. System.Windows.Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties. (Inherited from System.Windows.Freezable) |
Name | Description | |
---|---|---|
Changed | Occurs when the System.Windows.Freezable or an object it contains is modified. (Inherited from System.Windows.Freezable) |