Gets or sets the content of the Unassigned schedule chart item generated by GetScheduleChartItems()()() method, and considered by UpdateChangesFromScheduleChartItems(ObservableCollection<(Of <(ScheduleChartItem>)>)) method. If this property is set to null, the Unassigned schedule chart item is not generated, nor considered for updating. The default value is null. This is a dependency property.

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

Syntax

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

See Also