'Declaration Public Enum UltraTimelineViewAction Inherits System.Enum
public enum UltraTimelineViewAction : System.Enum
Member | Description |
---|---|
AutoCreateAppointment | An Appointment is automatically and placed into edit mode; the appointment's Owner is set to the ActiveOwner and its start and end times are determined by the SelectedDateTimeRange. |
ClearSelectedDateTimeRange | The SelectedDateTimeRange property is set to null, effectively clearing the date/time selection. Note that this action has no keystroke assigned by default; a UltraTimelineViewKeyActionMapping can be created with this action and added to the control's KeyActionMappings collection to provide a way for the end user to clear the date/time selection. |
DeleteSelectedAppointments | Each member of the SelectedAppointments collection is removed form the Appointments collection |
EnterEditMode | The currently selected Appointment is placed into edit mode. |
ExitEditModeCancel | The edit mode session currently in progress is ended, with any changes made by the user discarded, leaving the edited Appointment unchanged. |
ExitEditModeSave | The edit mode session currently in progress is ended, with changes being committed to the Appointment. |
ExtendSelectedDateTimeRangeBackward | The SelectedDateTimeRange is modified in conjunction with navigation along the timeline in the backward direction. If the active date/time is chronologically earlier than the pivot date/time, the start date/time of the selected range is moved one cycle away from the pivot, effectively lengthening the selection. If the active date/time is chronologically later than the pivot date/time, the end date/time of the selected range is moved one cycle closer to the pivot, effectively shortening the selection. |
ExtendSelectedDateTimeRangeForward | The SelectedDateTimeRange is modified in conjunction with navigation along the timeline in the forward direction. If the active date/time is chronologically earlier than the pivot date/time, the start date/time of the selected range is moved one cycle closer to the pivot, effectively shortening the selection. If the active date/time is chronologically later than the pivot date/time, the end date/time of the selected range is moved one cycle away from the pivot, effectively lengthening the selection. |
FirstVisibleOwner | The first visible owner is brought into the viewable area of the control, to occupy the first row, and activated. |
LastVisibleOwner | The last visible owner is brought into the viewable area of the control, to occupy the last row (or as close to the last row as possible), and activated. |
LaunchAppointmentDialog | Launches the AppointmentDialog for the currently selected Appointment. |
NextVisibleOwner | The owner which follows the current ActiveOwner in the list of non-locked owners is brought into the viewable area of the control and activated. |
NoOp | No operation. |
PageDown | The viewport is shifted downward by one logical page, bringing content that is above the top edge of the viewport into view. |
PageLeft | The viewport is shifted to the right by one logical page, bringing content that is to the left of the left edge of the viewport into view. |
PageRight | The viewport is shifted to the left by one logical page, bringing content that is to the right of the right edge of the viewport into view. |
PageUp | The viewport is shifted upward by one logical page, bringing content that is below the bottom edge of the viewport into view. |
PreviousVisibleOwner | The owner which precedes the current ActiveOwner in the list of non-locked owners is brought into the viewable area of the control and activated. |
ScrollHorizontalBackward | Simulates clicking the left scroll button on the horizontal scrollbar, resulting in backward movement along the timeline. The amount of time by which the viewport is shifted is determined by the SmallChange property. |
ScrollHorizontalForward | Simulates clicking the right scroll button on the horizontal scrollbar, resulting in forward movement along the timeline. The amount of time by which the viewport is shifted is determined by the SmallChange property. |
ScrollToBeginningOfCurrentDay | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the beginning of the current first visible day. |
ScrollToBeginningOfCurrentMonth | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the beginning of the month which currently contains the first visible day. |
ScrollToBeginningOfCurrentYear | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the beginning of the year which currently contains the first visible day. |
ScrollToNextDay | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the beginning of the day following the current first visible day. |
ScrollToNextMonth | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the first day of the month following the month to which the current first visible day belongs. |
ScrollToNextYear | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the first day of the year following the year to which the current first visible day belongs. |
ScrollToPreviousDay | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the beginning of the day preceding the current first visible day. |
ScrollToPreviousMonth | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the first day of the month preceding the month to which the current first visible day belongs. |
ScrollToPreviousYear | The viewport is scrolled horizontally such that the beginning of the VisibleDateTimeRange becomes the first day of the year preceding the year to which the current first visible day belongs. |
ScrollVerticalDown | Simulates clicking the bottom scroll button on the vertical scrollbar, resulting in downward movement. |
ScrollVerticalUp | Simulates clicking the top scroll button on the vertical scrollbar, resulting in upward movement. |
SelectDateTimeRangeFirst | The first visible "cell" is selected, and the previous selection is cleared, leaving only one selected "cell". The viewport is shifted to the left, if necessary, to bring the "cell" into view. |
SelectDateTimeRangeLast | The last visible "cell" is selected, and the previous selection is cleared, leaving only one selected "cell". The viewport is shifted to the right, if necessary, to bring the "cell" into view. |
SelectDateTimeRangeNext | The "cell" to the right of the one that defines the end of the currently selected date/time range is selected, and the previous selection is cleared, leaving only one selected "cell". The viewport is shifted to the left, if necessary, to bring the "cell" into view. |
SelectDateTimeRangeNextFromActivity | Deselects any currently selected activity and selects the time slot following the one that intersects with the last selected activity's end date/time. |
SelectDateTimeRangePrevious | The "cell" to the left of the one that defines the beginning of the currently selected date/time range is selected, and the previous selection is cleared, leaving only one selected "cell". The viewport is shifted to the right, if necessary, to bring the "cell" into view. |
SelectDateTimeRangePreviousFromActivity | Deselects any currently selected activity and selects the time slot preceding the one that intersects with the first selected activity's start date/time. |
SelectFirstActivity | The first activity in the viewable area of the control is selected. |
SelectLastActivity | The last activity in the viewable area of the control is selected. |
SelectNextActivity | The activity following the currently selected one is selected. |
SelectPreviousActivity | The activity preceding the currently selected one is selected. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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