SchedulerNavigationCommand Enumeration |
Specifies the type of navigation commands that are supported by KaxScheduler.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum SchedulerNavigationCommand
Public Enumeration SchedulerNavigationCommand
public enum class SchedulerNavigationCommand
type SchedulerNavigationCommand
Members
| Member name | Value | Description |
---|
| SwitchToDayView | 0 |
Indicates that KaxScheduler is about to switch to Day View as a result of user interaction.
|
| SwitchToWeekView | 1 |
Indicates that KaxScheduler is about to switch to Week View as a result of user interaction.
|
| SwitchToMonthView | 2 |
Indicates that KaxScheduler is about to switch to Month View as a result of user interaction.
|
| SwitchToTimelineView | 3 |
Indicates that KaxScheduler is about to switch to Timeline View as a result of user interaction.
|
| SwitchToMultiDayView | 4 |
Indicates that KaxScheduler is about to switch to Multi-day View as a result of user interaction.
|
| NavigateToNextPeriod | 5 |
Indicates that KaxScheduler is about to switch to the next time period as a result of user interaction.
|
| NavigateToPreviousPeriod | 6 |
Indicates that KaxScheduler is about to switch to the previous time period as a result of user interaction.
|
| SwitchToSelectedDay | 7 |
Indicates that KaxScheduler is about to switch to a given date.
|
| SwitchFullTime | 8 |
Indicates that KaxScheduler is about to switch from/to 24-hour view as a result of user interaction.
|
| DisplayNextAppointmentSegment | 9 |
Indicates that KaxScheduler is about to adjust its visible range, so the next appointment segment
becomes visible.
|
| DisplayPreviousAppointmentSegment | 10 |
Indicates that KaxScheduler is about to adjust its visible range, so the previous appointment segment
becomes visible.
|
| NavigateToSelectedDate | 11 |
Indicates that KaxScheduler is about to switch to a different date that the
user has selected from the integrated date picker.
|
See Also