Version

ScheduleControlCommand Enumeration

An enumeration of available commands for the ScheduleControlBase object.
Syntax
'Declaration
 
Public Enum ScheduleControlCommand 
   Inherits System.Enum
public enum ScheduleControlCommand : System.Enum 
Members
MemberDescription
ActivityNextActivates the next activity relative to the current selection based on the dates currently in view.
ActivityPreviousActivates the previous activity relative to the current selection based on the dates currently in view.
BringDateIntoViewInvokes 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.
CalendarGroupNextChanges the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the next CalendarGroupBase
CalendarGroupPageNextChanges the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the end of the current page of groups in view.
CalendarGroupPagePreviousChanges the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the beginning of the current page of groups in view.
CalendarGroupPreviousChanges the ScheduleControlBase.ActiveCalendar to the CalendarGroupBase.SelectedCalendar of the previous CalendarGroupBase
CreateInPlaceActivityCreates a new activity in place based on the current ScheduleControlBase.SelectedTimeRange for the ScheduleControlBase.ActiveCalendar assuming there are timeslots selected.
DeleteSelectedActivitiesDeletes all activites in the ScheduleControlBase.SelectedActivities collection.
DisplayDialogsForSelectedActivitiesDisplays the activity dialog for the currently ScheduleControlBase.SelectedActivities
EditSelectedActivityPuts the selected activity into edit mode.
NavigateEndFor 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.
NavigateHomeFor 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.
NavigatePageDownFor 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.
NavigatePageUpFor 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.
TimeslotAboveNavigates to the time slot above the current ScheduleControlBase.SelectedTimeRange.
TimeslotBelowNavigates to the time slot below the current ScheduleControlBase.SelectedTimeRange.
TimeslotFirstDayOfWeekNavigates to the first day of the week based on the current ScheduleControlBase.SelectedTimeRange adjusting the ScheduleControlBase.VisibleDates if necessary.
TimeslotLastDayOfWeekNavigates to the last day of the week based on the current ScheduleControlBase.SelectedTimeRange adjusting the ScheduleControlBase.VisibleDates if necessary.
TimeslotLeftNavigates to the time slot to the left of the current ScheduleControlBase.SelectedTimeRange.
TimeslotRightNavigates to the time slot to the right of the current ScheduleControlBase.SelectedTimeRange.
TodayNavigates to the current date
VisibleDatesPageNextUpdates 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.
VisibleDatesPagePreviousUpdates 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.
VisibleDatesShiftNextAdjusts 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.
VisibleDatesShiftPageNextAdjusts 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.
VisibleDatesShiftPagePreviousAdjusts 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.
VisibleDatesShiftPreviousAdjusts 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.
VisibleDatesShiftWeekNextAdjusts 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.
VisibleDatesShiftWeekPreviousAdjusts 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.
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