Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1SchedulerSettings Class / AllowContactsMultiSelection Property

In This Topic
    AllowContactsMultiSelection Property (C1SchedulerSettings)
    In This Topic
    Determines whether multiple Contact objects might be assigned to the single Appointment object.
    Syntax
    'Declaration
     
    
    Public Property AllowContactsMultiSelection As Boolean
    public bool AllowContactsMultiSelection {get; set;}

    Property Value

    The default value is true.
    Remarks

    If both C1SchedulerSettings.AllowContactsMultiSelection and C1SchedulerSettings.AllowContactsEditing 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.

    See Also