Defines the command that shows the Select From List dialog
for specified parameters.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public static readonly RoutedCommand SelectFromListDialogCommand |
Visual Basic (Declaration) |
---|
Public Shared ReadOnly SelectFromListDialogCommand As RoutedCommand |
Remarks
This command is executed by the C1Scheduler and is implemented
by the SelectFromListDialog(IList, IList, Type, Appointment, String) method.
Command parameter should be an array from 4 or 5 values:
- The master list to choose from. For example Resources.
- The resulting list where to put selected items. For example Resources list.
- The Type value specifying the type of items in both lists.
- The reference to the owning window if any.
- The String value to show as the dialog window title. This parameter is optional.