Version

CalendarCommandType Enumeration

Identifies the commands exposed by XamCalendar
Syntax
'Declaration
 
Public Enum CalendarCommandType 
   Inherits System.Enum
public enum CalendarCommandType : System.Enum 
Members
MemberDescription
ActivateDateActivate a particular date. The source must be a Infragistics.Controls.Editors.Primitives.CalendarItem or within it - or the CommandParameter must be the date of the day to activate.
ActivateSelectedDateEnsures the Infragistics.Controls.Editors.Primitives.CalendarItem that represents the CalendarBase.SelectedDate is in view and has the input focus.
FirstItemOfFirstGroupNavigates to the first Infragistics.Controls.Editors.Primitives.CalendarItem of the first Infragistics.Controls.Editors.Primitives.CalendarItemGroup in a CalendarBase (e.g. the first day of the first month currently in view when CalendarBase.CurrentMode is set to Days).
FirstItemOfGroupNavigates to the first Infragistics.Controls.Editors.Primitives.CalendarItem in the current group (e.g. the first day of the month containing the current CalendarBase.ActiveDate when CalendarBase.CurrentMode is set to Days).
LastItemOfGroupNavigates to the last Infragistics.Controls.Editors.Primitives.CalendarItem in the current group (e.g. the last day of the month containing the current CalendarBase.ActiveDate when CalendarBase.CurrentMode is set to Days).
LastItemOfLastGroupNavigates to the last Infragistics.Controls.Editors.Primitives.CalendarItem of the last Infragistics.Controls.Editors.Primitives.CalendarItemGroup in a CalendarBase (e.g. the first day of the last month currently in view when CalendarBase.CurrentMode is set to Days).
NextGroupNavigates to the Infragistics.Controls.Editors.Primitives.CalendarItem in the previous group (e.g. the same day of the month as the CalendarBase.ActiveDate in the following month when CalendarBase.CurrentMode is set to Days).
NextItemNavigates to the Infragistics.Controls.Editors.Primitives.CalendarItem after the CalendarBase.ActiveDate.
NextItemRowNavigates to the Infragistics.Controls.Editors.Primitives.CalendarItem in the previous row (e.g. the same day of the week as the CalendarBase.ActiveDate in the following week when CalendarBase.CurrentMode is set to Days).
PreviousGroupNavigates to the Infragistics.Controls.Editors.Primitives.CalendarItem in the previous group (e.g. the same day of the month as the CalendarBase.ActiveDate in the previous month when CalendarBase.CurrentMode is set to Days).
PreviousItemNavigates to the Infragistics.Controls.Editors.Primitives.CalendarItem previous to the CalendarBase.ActiveDate.
PreviousItemRowNavigates to the Infragistics.Controls.Editors.Primitives.CalendarItem in the previous row (e.g. the same day of the week as the CalendarBase.ActiveDate in the previous week when CalendarBase.CurrentMode is set to Days).
ScrollNextGroupScroll forward by one group
ScrollNextGroupsScroll forward by the number of groups currently in view
ScrollPreviousGroupScroll backward by one group
ScrollPreviousGroupsScroll backward by the number of groups currently in view
ScrollToDateScrolls to the date specified in the command parameter. If this command is sent from within a Infragistics.Controls.Editors.Primitives.CalendarItemGroup, the date will be scrolled into view in that group if possible - even if it is already in view within another Infragistics.Controls.Editors.Primitives.CalendarItemGroup.
TodayActivating the Infragistics.Controls.Editors.Primitives.CalendarDay that represents the current date.
ToggleActiveDateSelectionToggles the selection of the item represented by the CalendarBase.ActiveDate.
ZoomInCalendarModeDecreases the CalendarBase.CurrentMode to a smaller date range - e.g. from Months to Days.
ZoomOutCalendarModeIncreases the CalendarBase.CurrentMode to a larger date range - e.g. from Days to Months.
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