Determines whether multiple Resource 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 AllowResourcesMultiSelection { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
Public Property AllowResourcesMultiSelection As Boolean
	Get
	Set

Field Value

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.

See Also