Represents an item in the GanttChartView 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: Indentation, Content, Start, Effort, Assignments.
These data properties can also be set: IsExpanded, Schedule, Predecessors, Duration, Finish, IsMilestone, Completion, IsCompleted, Cost.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None)] public class GanttChartViewItem : ContentControl, ITaskItem |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None)> _ Public Class GanttChartViewItem _ Inherits ContentControl _ Implements ITaskItem |
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..::.GanttChartViewItem
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..::.GanttChartViewItem