ProjectDisplayOptions

ProjectDisplayOptions class

Represents the display options for a project instance.

Constructors

NameDescription
ProjectDisplayOptionsInitializes a new instance of the ProjectDisplayOptions class.

Methods

NameDescription
get_AddSpaceBeforeLabelGets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
get_DayLabelGets how the day label displays.
get_HourLabelGets how the hour label displays.
get_MinuteLabelGets how the minute label displays.
get_MonthLabelGets how the month label displays.
get_ShowProjectSummaryTaskGets a value indicating whether to display summary information about an entire project on a single row with its own summary task bar at the top of the Gantt Chart view.
get_ShowTaskScheduleSuggestionsGets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.
get_ShowTaskScheduleWarningsGets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.
get_UnderlineHyperlinksGets a value indicating whether to underline hyperlinks.
get_WeekLabelGets how the week label displays.
get_YearLabelGets how the year label displays.
set_AddSpaceBeforeLabelSets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
set_DayLabelSets how the day label displays.
set_HourLabelSets how the hour label displays.
set_MinuteLabelSets how the minute label displays.
set_MonthLabelSets how the month label displays.
set_ShowProjectSummaryTaskSets a value indicating whether to display summary information about an entire project on a single row with its own summary task bar at the top of the Gantt Chart view.
set_ShowTaskScheduleSuggestionsSets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.
set_ShowTaskScheduleWarningsSets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.
set_UnderlineHyperlinksSets a value indicating whether to underline hyperlinks.
set_WeekLabelSets how the week label displays.
set_YearLabelSets how the year label displays.