'Declaration Public Enum ScheduleControlCommand Inherits System.Enum
public enum ScheduleControlCommand : System.Enum
Member | Description |
---|---|
ActivityNext | Activates the next activity relative to the current selection based on the dates currently in view. |
ActivityPrevious | Activates the previous activity relative to the current selection based on the dates currently in view. |
BringDateIntoView | Invokes BringIntoView on the ScheduleControlBase or XamOutlookCalendarView that is the Target of the Infragistics.Controls.Schedules.Primitives.ScheduleControlCommandSource for the DateTime that is the resolved parameter. |
CalendarGroupNext | Changes the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the next CalendarGroupBase |
CalendarGroupPageNext | Changes the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the end of the current page of groups in view. |
CalendarGroupPagePrevious | Changes the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the beginning of the current page of groups in view. |
CalendarGroupPrevious | Changes the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the previous CalendarGroupBase |
CreateInPlaceActivity | Creates a new activity in place based on the current ScheduleControlBase.SelectedTimeRange for the ScheduleControlBase.ActiveCalendar assuming there are timeslots selected. |
DeleteSelectedActivities | Deletes all activites in the ScheduleControlBase.SelectedActivities collection. |
DisplayDialogsForSelectedActivities | Displays the activity dialog for the currently ScheduleControlBase.SelectedActivities |
EditSelectedActivity | Puts the selected activity into edit mode. |
NavigateEnd | For controls like XamScheduleView and XamDayView, End will navigate to the last working hour timeslot and to the last timeslot in the day when the control key is pressed. For XamMonthView, End will navigate to the last day of week or the last day in view when the control key is pressed. |
NavigateHome | For controls like XamScheduleView and XamDayView, Home will navigate to the first working hour timeslot and to the first timeslot in the day when the control key is pressed. For XamMonthView, Home will navigate to the first day of week or the first day in view when the control key is pressed. |
NavigatePageDown | For XamDayView, this will scroll down a page in timeslots. For XamScheduleView this navigates down in the groups. For XamMonthView this scrolls down based on the number of weeks in view. |
NavigatePageUp | For XamDayView, this will scroll up a page in timeslots. For XamScheduleView this navigates up in the groups. For XamMonthView this scrolls up based on the number of weeks in view. |
TimeslotAbove | Navigates to the time slot above the current ScheduleControlBase.SelectedTimeRange. |
TimeslotBelow | Navigates to the time slot below the current ScheduleControlBase.SelectedTimeRange. |
TimeslotFirstDayOfWeek | Navigates to the first day of the week based on the current ScheduleControlBase.SelectedTimeRange adjusting the ScheduleControlBase.VisibleDates if necessary. |
TimeslotLastDayOfWeek | Navigates to the last day of the week based on the current ScheduleControlBase.SelectedTimeRange adjusting the ScheduleControlBase.VisibleDates if necessary. |
TimeslotLeft | Navigates to the time slot to the left of the current ScheduleControlBase.SelectedTimeRange. |
TimeslotRight | Navigates to the time slot to the right of the current ScheduleControlBase.SelectedTimeRange. |
Today | Navigates to the current date |
VisibleDatesPageNext | Updates the ScheduleControlBase.VisibleDates such that they have the same number of timeslot groups but they start based on an offset of the number of timeslot groups from the first date in the selection. |
VisibleDatesPagePrevious | Updates the ScheduleControlBase.VisibleDates such that they have the same number of timeslot groups but they end just before the first date currently in the collection. |
VisibleDatesShiftNext | Adjusts the ScheduleControlBase.VisibleDates to be offset such that they start after the first timeslot group currently in the collection attempting to maintain the offset, if any, between the VisibleDates. |
VisibleDatesShiftPageNext | Adjusts the ScheduleControlBase.VisibleDates to be offset such that they start after the last date currently in the collection attempting to maintain the offset, if any, between the VisibleDates. |
VisibleDatesShiftPagePrevious | Adjusts the ScheduleControlBase.VisibleDates to be offset such that they end just before the first date currently in the collection attempting to maintain the offset, if any, between the VisibleDates. |
VisibleDatesShiftPrevious | Adjusts the ScheduleControlBase.VisibleDates to be offset such that they end just before the first timeslot group currently in the collection attempting to maintain the offset, if any, between the VisibleDates. |
VisibleDatesShiftWeekNext | Adjusts the ScheduleControlBase.VisibleDates to be offset such that the start 7 days before the first date in the VisibleDates attempting to maintain the offset, if any, between the VisibleDates. |
VisibleDatesShiftWeekPrevious | Adjusts the ScheduleControlBase.VisibleDates to be offset such that the start 7 days after the first date in the VisibleDates attempting to maintain the offset, if any, between the VisibleDates. |
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