[]
        
(Showing Draft Content)

C1.WPF.Schedule.C1SchedulerSettings.AllowResourcesMultiSelection

AllowResourcesMultiSelection Property

AllowResourcesMultiSelection

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

Declaration
public bool AllowResourcesMultiSelection { get; set; }
Property Value
Type Description
bool

The default value is true.

Remarks
<p>If both <xref href="C1.WPF.Schedule.C1SchedulerSettings.AllowResourcesMultiSelection" data-throw-if-not-resolved="false"></xref> and <xref href="C1.WPF.Schedule.C1SchedulerSettings.AllowResourcesEditing" data-throw-if-not-resolved="false"></xref>

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.