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

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

Syntax

C#
[TemplatePartAttribute(Name = "PART_GanttChartViewContainer", Type = typeof(Control))]
[TemplatePartAttribute(Name = "PART_EntityListViewContainer", Type = typeof(Control))]
[LocalizabilityAttribute(LocalizationCategory.None, Readability = Readability.Unreadable)]
public class GanttChartEntityListViewBase : ItemsControlBase, 
	IGanttChartEntityListView, IEntityActivator, IExportableControl
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_GanttChartViewContainer", Type := GetType(Control))> _
<TemplatePartAttribute(Name := "PART_EntityListViewContainer", Type := GetType(Control))> _
<LocalizabilityAttribute(LocalizationCategory.None, Readability := Readability.Unreadable)> _
Public Class GanttChartEntityListViewBase _
	Inherits ItemsControlBase _
	Implements IGanttChartEntityListView, IEntityActivator, 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..::.GanttChartEntityListViewBase
                  DlhSoft.Windows.Controls..::.ResourceGanttChartEntityListViewBase

See Also