[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1Scheduler.SelectFromListDialog

SelectFromListDialog Method

SelectFromListDialog(IList, IList, Type, Appointment, string)

Shows the Select From List dialog. Honors property values defined in the Settings object.

Declaration
public void SelectFromListDialog(IList sourceList, IList targetList, Type itemType, Appointment app, string windowTitle)
Parameters
Type Name Description
IList sourceList

The source list.

IList targetList

The target list.

Type itemType

The type of items in both lists.

Appointment app

The appointment object, for which the dialog is shown.

string windowTitle

The dialog title.

SelectFromListDialog(IList, IList, Type, Appointment, string, bool, bool)

Shows the Select From List dialog.

Declaration
public void SelectFromListDialog(IList sourceList, IList targetList, Type itemType, Appointment app, string windowTitle, bool allowEdit, bool allowMultipleSelection)
Parameters
Type Name Description
IList sourceList

The source list.

IList targetList

The target list.

Type itemType

The type of items in both lists.

Appointment app

The appointment object, for which the dialog is shown.

string windowTitle

The dialog title.

bool allowEdit

Determines whether the dialog should allow source collection editing.

bool allowMultipleSelection

Determines whether multiple selection is allowed.