Represents a control that is used to display a specified resource using a custom template within a ResourceGanttChartViewBase control.

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

Syntax

C#
public class LoadChartViewItemAllocationControl : Control
Visual Basic (Declaration)
Public Class LoadChartViewItemAllocationControl _
	Inherits Control

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..::.LoadChartViewItemAllocationControl

See Also