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 GanttChartView control.
Namespace:
DlhSoft.Web.MvcAssembly: DlhSoft.ProjectData.GanttChart.Mvc.Extensions (in DlhSoft.ProjectData.GanttChart.Mvc.Extensions.dll)
Syntax
| C# |
|---|
[SerializableAttribute] public enum PresentationTarget |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Enumeration PresentationTarget |
Members
| Member name | Description | |
|---|---|---|
| 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.
|