ComponentOne Scheduler for WinForms
AllowResourcesMultiSelection Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1ScheduleSettings Class : AllowResourcesMultiSelection Property
Determines whether multiple Resource objects might be assigned to the single Appointment object.
Syntax
'Declaration
 
Public Property AllowResourcesMultiSelection As System.Boolean
public System.bool AllowResourcesMultiSelection {get; set;}

Property Value

The default value is true.
Remarks

If both AllowResourcesMultiSelection and AllowResourcesEditing properties are false, the default Appointment dialog will show ComboBox for selecting single Resource object.

If this property is true, the default Appointment dialog will allow selecting multiple resources in a separate dialog.

See Also

Reference

C1ScheduleSettings Class
C1ScheduleSettings Members