Gets or sets a collection of objects that represent the individual assignable items in the AssignmentComboBox control. 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 IEnumerable AvailableItemsSource { get; set; }
Visual Basic (Declaration)
Public Property AvailableItemsSource As IEnumerable

Implements

IAssignmentSelector..::.AvailableItemsSource

See Also