The following tables list the members exposed by MonthCalendarCommands.
| Name | Description | |
|---|---|---|
![]() | MonthCalendarCommands Constructor |
| Name | Description | |
|---|---|---|
![]() ![]() | ActivateDate | Activate a particular date. The source must be a CalendarItem or within it - or the CommandParameter must be the date of the day to activate. |
![]() ![]() | ActivateSelectedDate | Ensures the CalendarItem that represents the XamMonthCalendar.SelectedDate is in view and has the input focus. |
![]() ![]() | FirstItemOfFirstGroup | Navigates 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). |
![]() ![]() | FirstItemOfGroup | Navigates 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). |
![]() ![]() | LastItemOfGroup | Navigates 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). |
![]() ![]() | LastItemOfLastGroup | Navigates 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). |
![]() ![]() | NextGroup | Navigates 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). |
![]() ![]() | NextItem | Navigates to the CalendarItem after the XamMonthCalendar.ActiveDate. |
![]() ![]() | NextItemRow | Navigates 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). |
![]() ![]() | PreviousGroup | Navigates 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). |
![]() ![]() | PreviousItem | Navigates to the CalendarItem previous to the XamMonthCalendar.ActiveDate. |
![]() ![]() | PreviousItemRow | Navigates 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). |
![]() ![]() | ScrollNextGroup | Scroll forward by one group |
![]() ![]() | ScrollNextGroups | Scroll forward by the number of groups currently in view |
![]() ![]() | ScrollPreviousGroup | Scroll backward by one group |
![]() ![]() | ScrollPreviousGroups | Scroll backward by the number of groups currently in view |
![]() ![]() | ScrollToDate | Scrolls 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. |
![]() ![]() | Today | Activating the CalendarDay that represents the current date. |
![]() ![]() | ToggleActiveDateSelection | Toggles the selection of the item represented by the XamMonthCalendar.ActiveDate. |
![]() ![]() | ZoomInCalendarMode | Decreases the XamMonthCalendar.CurrentCalendarMode to a smaller date range - e.g. from Months to Days. |
![]() ![]() | ZoomOutCalendarMode | Increases the XamMonthCalendar.CurrentCalendarMode to a larger date range - e.g. from Days to Months. |
| Name | Description | |
|---|---|---|
![]() ![]() | LoadCommands | This 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. |
![]() | ProcessKeyboardInput | (Inherited from Infragistics.Windows.Commands.Commands<XamMonthCalendar>) |
| Name | Description | |
|---|---|---|
![]() | GetKeyboardParameter | Overridden. Returns the parameter that should be used for a given command that is being processed by the ProcessKeyboardInput method. |