Gets or sets an object that defines how the data is styled and organized in a GanttChartEntityListViewBase control. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public ViewBase View { get; set; }
Visual Basic (Declaration)
Public Property View As ViewBase

See Also