Displays task data using a customizable Gantt Chart based on ItemsControl control.
The GanttChartView..::.CreatingDependencyLineEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GanttChartView..::.CreatingDependencyLineEventArgs |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| GanttChartItem |
The destination item that will eventually obtain the new predecessor item added to its Predecessors collection.
| |
| PredecessorItem |
The predecessor item created to represent the new dependency line, having its Item property set to the source item.
|