'Declaration Public Enum CalendarCommandType Inherits System.Enum
public enum CalendarCommandType : System.Enum
Member | Description |
---|---|
ActivateDate | Activate 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. |
ActivateSelectedDate | Ensures the Infragistics.Controls.Editors.Primitives.CalendarItem that represents the CalendarBase.SelectedDate is in view and has the input focus. |
FirstItemOfFirstGroup | Navigates 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). |
FirstItemOfGroup | Navigates 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). |
LastItemOfGroup | Navigates 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). |
LastItemOfLastGroup | Navigates 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). |
NextGroup | Navigates 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). |
NextItem | Navigates to the Infragistics.Controls.Editors.Primitives.CalendarItem after the CalendarBase.ActiveDate. |
NextItemRow | Navigates 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). |
PreviousGroup | Navigates 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). |
PreviousItem | Navigates to the Infragistics.Controls.Editors.Primitives.CalendarItem previous to the CalendarBase.ActiveDate. |
PreviousItemRow | Navigates 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). |
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 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. |
Today | Activating the Infragistics.Controls.Editors.Primitives.CalendarDay that represents the current date. |
ToggleActiveDateSelection | Toggles the selection of the item represented by the CalendarBase.ActiveDate. |
ZoomInCalendarMode | Decreases the CalendarBase.CurrentMode to a smaller date range - e.g. from Months to Days. |
ZoomOutCalendarMode | Increases the CalendarBase.CurrentMode to a larger date range - e.g. from Days to Months. |
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