Represents an item in the ScheduleChartView 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.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None)] public class ScheduleChartViewItem : ContentControl, IResourceItem |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None)> _ Public Class ScheduleChartViewItem _ 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..::.ScheduleChartViewItem
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..::.ScheduleChartViewItem