Version 24.2 (latest)

ProjectViewSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAreCriticalTasksHighlightedReturns or sets a value indicating if the ProjectTask.IsCritical tasks should be highlighted in the UI.  
Public PropertyAreSummaryTasksVisibleReturns or sets a value indicating if summary ProjectTask objects should be displayed.  
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 PropertyIsOutlineStructurePreservedWhenSortingReturns or sets a boolean indicating if the tasks are sorted within their parents.  
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyIsSlackVisibleReturns or sets a value indicating if the tasks with a ProjectTask.FreeSlack greater than 0 should display a bar representing the slack in the UI.  
Public PropertyNonWorkingTimeHighlightStyleReturns or sets a value indicating if summary ProjectTask objects should be displayed.  
Public PropertyTimescaleReturns or sets the timescale for the view.  
See Also