Version

OutlookCalendarViewMode Enumeration

Enumeration used to describe the current view of the XamOutlookCalendarView
Syntax
'Declaration
 
Public Enum OutlookCalendarViewMode 
   Inherits System.Enum
public enum OutlookCalendarViewMode : System.Enum 
Members
MemberDescription
DayViewDayThe XamOutlookCalendarView.DayView is active and showing one or more days.
DayViewWeekThe XamOutlookCalendarView.DayView is active and showing a full week.
DayViewWorkWeekThe XamOutlookCalendarView.DayView is active and showing the work week.
MonthViewThe XamOutlookCalendarView.MonthView is active
ScheduleViewDayThe XamOutlookCalendarView.ScheduleView is active and showing one or more days.
ScheduleViewWeekThe XamOutlookCalendarView.ScheduleView is active and showing a full week.
ScheduleViewWorkWeekThe XamOutlookCalendarView.ScheduleView is active and showing the work week.
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