Determines whether multiple Contact objects might be assigned to the single Appointment object.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(true)]
public bool AllowContactsMultiSelection { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AllowContactsMultiSelection As Boolean
	Get
	Set

Field 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