Gets or sets the property name of custom resource items that GanttChartItems property of ScheduleChartItem objects should be bound to. Source object values retreived by the custom property need to be of custom task collection type (IEnumerable based). This property can be set only at initialization time (an exception is thrown if it is set after having the conversion process started).

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

Syntax

C#
public string AssignedTasksMember { get; set; }
Visual Basic (Declaration)
Public Property AssignedTasksMember As String

See Also