Represents the base for a control that displays an interactive Gantt Chart with an associated node list view based on node data items.

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

Syntax

C#
[TemplatePartAttribute(Name = "PART_NodeListViewContainer", Type = typeof(Control))]
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
[TemplatePartAttribute(Name = "PART_GanttChartViewContainer", Type = typeof(Control))]
public class GanttChartNodeListViewBase : ItemsControlBase, 
	IGanttChartNodeListView, INodeActivator, IExportableControl
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_NodeListViewContainer", Type := GetType(Control))> _
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
<TemplatePartAttribute(Name := "PART_GanttChartViewContainer", Type := GetType(Control))> _
Public Class GanttChartNodeListViewBase _
	Inherits ItemsControlBase _
	Implements IGanttChartNodeListView, INodeActivator, IExportableControl

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              DlhSoft.Windows.Controls.Primitives..::.ItemsControlBase
                DlhSoft.Windows.Controls..::.GanttChartNodeListViewBase
                  DlhSoft.Windows.Controls..::.TaskGanttChartNodeListViewBase

See Also