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

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

プロパティ値

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

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

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

参照

C1ScheduleSettings クラス
C1ScheduleSettings メンバ