Gets the item that is currently copying or sets the item that is currently pasting (it is set to null for header line copying).

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

Syntax

C#
public ScheduleChartItem Item { get; set; }
Visual Basic (Declaration)
Public Property Item As ScheduleChartItem

See Also