Gets or sets the resources considered by GetScheduleChartItems()()() method. If this property is set to null, the method computes the assignable resources based on task assignment definitions. 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 ObservableCollection<string> AssignableResources { get; set; }
Visual Basic (Declaration)
Public Property AssignableResources As ObservableCollection(Of String)

See Also