'宣言 Public ReadOnly Property CalendarGroupsResolved As Infragistics.Collections.ReadOnlyNotifyCollection(Of CalendarGroupBase)
public Infragistics.Collections.ReadOnlyNotifyCollection<CalendarGroupBase> CalendarGroupsResolved {get;}
デフォルトでは、xamSchedule コントロールは関連する DataManager の XamScheduleDataManager.CalendarGroups を使用するため、そのマネージャーに関連付けられているすべてのコントロールが同期を維持します。ただし、CalendarGroup インスタンスを CalendarGroupsOverride に追加することによって、このコントロール インスタンスにカレンダーを独立的に管理させることもできます。
CalendarGroupsResolved はコントロールの表示コンテンツの決定に使用される CalendarGroupBase インスタンスのコレクションを返します。このコレクションは、そのコントロールが使用する CalendarDisplayMode および CalendarGroupCollection に基づいて決定されます。