ProjectDisplayOptions

ProjectDisplayOptions class

Represents the display options for a project instance.

The ProjectDisplayOptions type exposes the following members:

Constructors

NameDescription
ProjectDisplayOptions()Initializes a new instance of the ProjectDisplayOptions class.

Properties

NameDescription
add_space_before_labelGets or sets a value indicating whether to add a space before the number value and the time abbreviation (1 wk as opposed to 1wk).
underline_hyperlinksGets or sets a value indicating whether to underline hyperlinks.
show_task_schedule_warningsGets or sets a value indicating whether to show warnings when Project identifies a possible scheduling conflict with a manually scheduled task.
show_task_schedule_suggestionsGets or sets a value indicating whether to show suggestions when Project identifies a possible scheduling conflict with a manually scheduled task.
show_project_summary_taskGets or sets 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.
minute_labelGets or sets how the minute label displays.
hour_labelGets or sets how the hour label displays.
day_labelGets or sets how the day label displays.
week_labelGets or sets how the week label displays.
month_labelGets or sets how the month label displays.
year_labelGets or sets how the year label displays.

See Also