Scheduler for WPF
AllowCategoriesMultiSelection プロパティ (C1SchedulerSettings)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > C1SchedulerSettings クラス : AllowCategoriesMultiSelection プロパティ
Determines whether multiple Category objects might be assigned to the single Appointment object.
シンタックス
'宣言
 
Public Property AllowCategoriesMultiSelection As System.Boolean
public System.bool AllowCategoriesMultiSelection {get; set;}

プロパティ値

The default value is true.
解説

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.

参照

C1SchedulerSettings クラス
C1SchedulerSettings メンバ