Version

MonthCalendarCommands Class Members

The following tables list the members exposed by MonthCalendarCommands.

Public Constructors
 NameDescription
Public ConstructorMonthCalendarCommands Constructor  
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ActivateDateActivate a particular date. The source must be a CalendarItem or within it - or the CommandParameter must be the date of the day to activate.  
Public Fieldstatic (Shared in Visual Basic)ActivateSelectedDateEnsures the CalendarItem that represents the XamMonthCalendar.SelectedDate is in view and has the input focus.  
Public Fieldstatic (Shared in Visual Basic)FirstItemOfFirstGroupNavigates to the first CalendarItem of the first CalendarItemGroup in a XamMonthCalendar (e.g. the first day of the first month currently in view when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)FirstItemOfGroupNavigates to the first CalendarItem in the current group (e.g. the first day of the month containing the current XamMonthCalendar.ActiveDate when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)LastItemOfGroupNavigates to the last CalendarItem in the current group (e.g. the last day of the month containing the current XamMonthCalendar.ActiveDate when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)LastItemOfLastGroupNavigates to the last CalendarItem of the last CalendarItemGroup in a XamMonthCalendar (e.g. the first day of the last month currently in view when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)NextGroupNavigates to the CalendarItem in the previous group (e.g. the same day of the month as the XamMonthCalendar.ActiveDate in the following month when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)NextItemNavigates to the CalendarItem after the XamMonthCalendar.ActiveDate.  
Public Fieldstatic (Shared in Visual Basic)NextItemRowNavigates to the CalendarItem in the previous row (e.g. the same day of the week as the XamMonthCalendar.ActiveDate in the following week when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)PreviousGroupNavigates to the CalendarItem in the previous group (e.g. the same day of the month as the XamMonthCalendar.ActiveDate in the previous month when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)PreviousItemNavigates to the CalendarItem previous to the XamMonthCalendar.ActiveDate.  
Public Fieldstatic (Shared in Visual Basic)PreviousItemRowNavigates to the CalendarItem in the previous row (e.g. the same day of the week as the XamMonthCalendar.ActiveDate in the previous week when XamMonthCalendar.CurrentCalendarMode is set to Days).  
Public Fieldstatic (Shared in Visual Basic)ScrollNextGroupScroll forward by one group  
Public Fieldstatic (Shared in Visual Basic)ScrollNextGroupsScroll forward by the number of groups currently in view  
Public Fieldstatic (Shared in Visual Basic)ScrollPreviousGroupScroll backward by one group  
Public Fieldstatic (Shared in Visual Basic)ScrollPreviousGroupsScroll backward by the number of groups currently in view  
Public Fieldstatic (Shared in Visual Basic)ScrollToDateScrolls to the date specified in the command parameter. If this command is sent from within a CalendarItemGroup, the date will be scrolled into view in that group if possible - even if it is already in view within another CalendarItemGroup.  
Public Fieldstatic (Shared in Visual Basic)TodayActivating the CalendarDay that represents the current date.  
Public Fieldstatic (Shared in Visual Basic)ToggleActiveDateSelectionToggles the selection of the item represented by the XamMonthCalendar.ActiveDate.  
Public Fieldstatic (Shared in Visual Basic)ZoomInCalendarModeDecreases the XamMonthCalendar.CurrentCalendarMode to a smaller date range - e.g. from Months to Days.  
Public Fieldstatic (Shared in Visual Basic)ZoomOutCalendarModeIncreases the XamMonthCalendar.CurrentCalendarMode to a larger date range - e.g. from Days to Months.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)LoadCommandsThis method is provided as a convenience for initializing the statics in this class which kicks off the process of setting up and registering the commands.  
Public MethodProcessKeyboardInput (Inherited from Infragistics.Windows.Commands.Commands<XamMonthCalendar>)
Protected Methods
 NameDescription
Protected MethodGetKeyboardParameterOverridden. Returns the parameter that should be used for a given command that is being processed by the ProcessKeyboardInput method.  
See Also