Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / SelectFromListDialog Method / SelectFromListDialog(IList,IList,Type,Appointment,String,Boolean,Boolean) Method
The source list.
The target list.
The type of items in both lists.
The appointment object, for which the dialog is shown.
The dialog title.
Determines whether the dialog should allow source collection editing.
Determines whether multiple selection is allowed.

In This Topic
    SelectFromListDialog(IList,IList,Type,Appointment,String,Boolean,Boolean) Method
    In This Topic
    Shows the Select From List dialog.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SelectFromListDialog( _
       ByVal sourceList As IList, _
       ByVal targetList As IList, _
       ByVal itemType As Type, _
       ByVal app As Appointment, _
       ByVal windowTitle As String, _
       ByVal allowEdit As Boolean, _
       ByVal allowMultipleSelection As Boolean _
    ) 

    Parameters

    sourceList
    The source list.
    targetList
    The target list.
    itemType
    The type of items in both lists.
    app
    The appointment object, for which the dialog is shown.
    windowTitle
    The dialog title.
    allowEdit
    Determines whether the dialog should allow source collection editing.
    allowMultipleSelection
    Determines whether multiple selection is allowed.
    See Also