[]
        
(Showing Draft Content)

C1.Win.Schedule.C1ScheduleSettings.AllowCategoriesMultiSelection

AllowCategoriesMultiSelection Property

AllowCategoriesMultiSelection

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

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

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.