ComponentOne Scheduler for WinForms
AllowContactsMultiSelection Property

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

Property Value

The default value is true.
Remarks

If both AllowContactsMultiSelection and AllowContactsEditing properties are false, the default Appointment dialog will show ComboBox for selecting single Contact object.

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

See Also

Reference

C1ScheduleSettings Class
C1ScheduleSettings Members