Version

ProjectViewProperty Enumeration

Enumeration used to identify the ProjectView properties that may be mapped to an underlying data source.
Syntax
'Declaration
 
Public Enum ProjectViewProperty 
   Inherits System.Enum
public enum ProjectViewProperty : System.Enum 
Members
MemberDescription
AreCriticalTasksHighlightedIdentifies the property used to supply the value for the ProjectViewSettings.AreCriticalTasksHighlighted property of the ProjectView.Settings
AreSummaryTasksVisibleIdentifies the property used to supply the value for the ProjectViewSettings.AreSummaryTasksVisible property of the ProjectView.Settings
IsOutlineStructurePreservedWhenSortingIdentifies the property used to supply the value for the ProjectViewSettings.IsOutlineStructurePreservedWhenSorting property of the ProjectView.Settings
IsSlackVisibleIdentifies the property used to supply the value for the ProjectViewSettings.IsSlackVisible property of the ProjectView.Settings
KeyIdentifies the property used to supply the value for the ProjectView.Key property
NonWorkingTimeHighlightStyleIdentifies the property used to supply the value for the ProjectViewSettings.NonWorkingTimeHighlightStyle property of the ProjectView.Settings
SortedColumnsIdentifies the property used to supply the value for the ProjectView.SortedColumns property
TableKeyIdentifies the property used to supply the value for the ProjectView.TableKey property
TimescaleIdentifies the property used to supply the value for the ProjectViewSettings.Timescale property of the ProjectView.Settings
Requirements

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

See Also