Represents a selection control that contains a list box that allows users to select multiple assigned resource and optionally assignment allocation units (percentages) from a list.

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

Syntax

C#
public class AssignmentListBox : ListBox, 
	IAssignmentSelector
Visual Basic (Declaration)
Public Class AssignmentListBox _
	Inherits ListBox _
	Implements IAssignmentSelector

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ItemsControl
                System.Windows.Controls.Primitives..::.Selector
                  System.Windows.Controls..::.ListBox
                    DlhSoft.Windows.Controls..::.AssignmentListBox

See Also