Scheduler for WinForms
AllowCategoriesMultiSelection プロパティ (C1ScheduleSettings)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.Win.C1Schedule 名前空間 > C1ScheduleSettings クラス : AllowCategoriesMultiSelection プロパティ
複数の Category オブジェクトを単一の Appointment オブジェクトに割り当てることができるかどうかを決定します。
シンタックス
'宣言
 
Public Property AllowCategoriesMultiSelection As System.Boolean
public System.bool AllowCategoriesMultiSelection {get; set;}

プロパティ値

デフォルト値は true です。
解説

AllowCategoriesMultiSelectionプロパティと AllowCategoriesEditingプロパティの両方が false の場合、デフォルトの[予定]ダイアログには、単一の Category オブジェクトを選択するためのコンボボックスが表示されます。

このプロパティが true の場合、デフォルトの[予定]ダイアログでは、別個のダイアログで複数のカテゴリを選択できます。

参照

C1ScheduleSettings クラス
C1ScheduleSettings メンバ