ComponentOne Scheduler for WPF and Silverlight
SelectFromListDialog(IList,IList,Type,Appointment,String,Boolean,Boolean) Method

C1.WPF.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.
Shows the Select From List dialog.
Syntax
'Declaration
 
Public Overloads Sub SelectFromListDialog( _
   ByVal sourceList As System.Collections.IList, _
   ByVal targetList As System.Collections.IList, _
   ByVal itemType As System.Type, _
   ByVal app As Appointment, _
   ByVal windowTitle As System.String, _
   ByVal allowEdit As System.Boolean, _
   ByVal allowMultipleSelection As System.Boolean _
) 
public void SelectFromListDialog( 
   System.Collections.IList sourceList,
   System.Collections.IList targetList,
   System.Type itemType,
   Appointment app,
   System.string windowTitle,
   System.bool allowEdit,
   System.bool allowMultipleSelection
)

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

Reference

C1Scheduler Class
C1Scheduler Members
Overload List