Represents an item in the LoadChartView control aware of its indentation, expansion state (can be expanded or collapsed), start date and time, effort, etc. It is recommended to set at least these data properties: Content. These data properties can also be set: Schedule, CostPerUsage, CostPerHour.

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

Syntax

C#
[LocalizabilityAttribute(LocalizationCategory.None)]
public class LoadChartViewItem : ContentControl, 
	IResourceItem
Visual Basic (Declaration)
<LocalizabilityAttribute(LocalizationCategory.None)> _
Public Class LoadChartViewItem _
	Inherits ContentControl _
	Implements IResourceItem

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
              System.Windows.Controls..::.ContentControl
                DlhSoft.Windows.Data..::.LoadChartViewItem

See Also