Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / AllowResourcesMultiSelection Property

In This Topic
    AllowResourcesMultiSelection Property
    In This Topic
    Determines whether multiple Resource objects might be assigned to the single Appointment object.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.AllowResourcesMultiSelection", "Determines whether multiple Resource objects might be assigned to the single Appointment object.")>
    <DefaultValueAttribute(True)>
    Public Property AllowResourcesMultiSelection As Boolean
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.AllowResourcesMultiSelection", "Determines whether multiple Resource objects might be assigned to the single Appointment object.")]
    [DefaultValue(true)]
    public bool AllowResourcesMultiSelection {get; set;}

    Property 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