Version

CalendarDisplayMode Enumeration

Determines how calendars are displayed within a ScheduleControlBase
Syntax
'Declaration
 
Public Enum CalendarDisplayMode 
   Inherits System.Enum
public enum CalendarDisplayMode : System.Enum 
Members
MemberDescription
MergedAll of the visible ResourceCalendar instances in the CalendarGroupBase.VisibleCalendars of the XamScheduleDataManager.CalendarGroups are displayed in a single group.
OverlayThe calendars are displayed in groups based on the XamScheduleDataManager.CalendarGroups
SeparateEach visible ResourceCalendar in the CalendarGroupBase.VisibleCalendars of the XamScheduleDataManager.CalendarGroups is displayed as a separate group.
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