Gets or sets a collection of objects that represent the individual assignable items in the IAssignmentSelector control.

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

Syntax

C#
IEnumerable AvailableItemsSource { get; set; }
Visual Basic (Declaration)
Property AvailableItemsSource As IEnumerable

See Also