[]
        
(Showing Draft Content)

C1.Win.Schedule.C1ScheduleSettings.AllowResourcesMultiSelection

AllowResourcesMultiSelection Property

AllowResourcesMultiSelection

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

Declaration
[C1Category("Behavior")]
[C1Description("AllowResourcesMultiSelection", "Determines whether multiple Resource objects might be assigned to the single Appointment object.")]
public bool AllowResourcesMultiSelection { get; set; }
<C1Category("Behavior")>
<C1Description("AllowResourcesMultiSelection", "Determines whether multiple Resource objects might be assigned to the single Appointment object.")>
Public Property AllowResourcesMultiSelection As Boolean
Property Value
Type Description
bool

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.