Indicates the target settings to be applied when default values are used (i.e. when specific values are not indicated) for certain appearance properties of a NetworkDiagramView control.

Namespace:  DlhSoft.Web.UI.WebControls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.ASP.Controls (in DlhSoft.ProjectData.PertChart.ASP.Controls.dll)

Syntax

C#
[SerializableAttribute]
public enum PresentationTarget
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration PresentationTarget

Members

Member nameDescription
Standard
Presents the Gantt Chart area with an optional attached data grid, suitable with large output screen application development.
Phone
Presents the Gantt Chart area without an attached data grid, displaying the task content values instead of assignments content values, best suitable for Microsoft® Windows® Phone® 8 or other small output screen application development.

See Also