Version

CalendarGroupsResolved Property (ScheduleControlBase)

Returns the CalendarGroupCollection that the control is using to determine the calendars that are displayed.
Syntax
'Declaration
 
Public ReadOnly Property CalendarGroupsResolved As Infragistics.Collections.ReadOnlyNotifyCollection(Of CalendarGroupBase)
public Infragistics.Collections.ReadOnlyNotifyCollection<CalendarGroupBase> CalendarGroupsResolved {get;}
Remarks

By default a xamSchedule control will use the XamScheduleDataManager.CalendarGroups of the associated DataManager and therefore all the controls associated with that manager will remain in sync. However, one could add CalendarGroup instances to the CalendarGroupsOverride to have this control instance manage its calendars independantly.

The CalendarGroupsResolved returns the collection of CalendarGroupBase instances that the control is using to determine the display. The collection is based upon the CalendarDisplayMode and the CalendarGroupCollection that the control is using.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also