Version

XamOutlookCalendarViewCommand Enumeration

Enumeration used to identify a given XamOutlookCalendarView command
Syntax
'Declaration
 
Public Enum XamOutlookCalendarViewCommand 
   Inherits System.Enum
public enum XamOutlookCalendarViewCommand : System.Enum 
Members
MemberDescription
NavigateBackShifts the visible dates of the XamOutlookCalendarView.CurrentViewControl backwards.
NavigateForwardShifts the visible dates of the XamOutlookCalendarView.CurrentViewControl forwards.
Next7DaysChanges the view such that it shows 7 days starting with the current date.
Show10DaysSwitches to viewing 10 days.
Show1DaySwitches to viewing a single day.
Show2DaysSwitches to viewing 2 days.
Show3DaysSwitches to viewing 3 days.
Show4DaysSwitches to viewing 4 days.
Show5DaysSwitches to viewing 5 days.
Show6DaysSwitches to viewing 6 days.
Show7DaysSwitches to viewing 7 days.
Show8DaysSwitches to viewing 8 days.
Show9DaysSwitches to viewing 9 days.
SwitchToDayViewSwitches XamOutlookCalendarView.CurrentViewMode to one of the XamDayView related views. The new value will be based on the current view.
SwitchToFullWeekViewSwitches XamOutlookCalendarView.CurrentViewMode to DayViewWeek
SwitchToMonthViewSwitches XamOutlookCalendarView.CurrentViewMode to MonthView
SwitchToScheduleViewSwitches XamOutlookCalendarView.CurrentViewMode to one of the XamScheduleView related views. The new value will be based on the current view.
SwitchToWorkWeekViewSwitches XamOutlookCalendarView.CurrentViewMode to DayViewWorkWeek
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