[]
Determines whether multiple Contact objects might be assigned to the single Appointment object.
public bool AllowContactsMultiSelection { get; set; }
Type | Description |
---|---|
bool | The default value is true. |
<p>If both <xref href="C1.WPF.Schedule.C1SchedulerSettings.AllowContactsMultiSelection" data-throw-if-not-resolved="false"></xref> and <xref href="C1.WPF.Schedule.C1SchedulerSettings.AllowContactsEditing" data-throw-if-not-resolved="false"></xref>
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.