バージョン

CalendarGroupsResolved プロパティ (ScheduleControlBase)

コントロールが表示するカレンダーを決定するために使用されている CalendarGroupCollection を返します。
シンタックス
'宣言
 
Public ReadOnly Property CalendarGroupsResolved As Infragistics.Collections.ReadOnlyNotifyCollection(Of CalendarGroupBase)
public Infragistics.Collections.ReadOnlyNotifyCollection<CalendarGroupBase> CalendarGroupsResolved {get;}
解説

デフォルトでは、xamSchedule コントロールは関連する DataManagerXamScheduleDataManager.CalendarGroups を使用するため、そのマネージャーに関連付けられているすべてのコントロールが同期を維持します。ただし、CalendarGroup インスタンスを CalendarGroupsOverride に追加することによって、このコントロール インスタンスにカレンダーを独立的に管理させることもできます。

CalendarGroupsResolved はコントロールの表示コンテンツの決定に使用される CalendarGroupBase インスタンスのコレクションを返します。このコレクションは、そのコントロールが使用する CalendarDisplayMode および CalendarGroupCollection に基づいて決定されます。

参照