Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1ScheduleSettings Class / AllowCategoriesMultiSelection Property

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

    Property Value

    The default value is true.
    Remarks

    If both AllowCategoriesMultiSelection and AllowCategoriesEditing properties are false, the default Appointment dialog will show ComboBox for selecting single Category object.

    If this property is true, the default Appointment dialog will allow selecting multiple categories in a separate dialog.

    See Also