The SchedulerCommands type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| AddScheduleItemCommand |
A command for adding a schedule item in a Scheduler.
| |
| DecrementViewCommand |
Moves the view backward to the previous block (e.g. previous week);
| |
| GoToDayCommand |
A command for bringing a specific day into view.
| |
| GoToWeekCommand |
A command for bringing a specific week into view.
| |
| IncrementViewCommand |
Moves the view forward to the next block (e.g. next week).
| |
| NextScheduleItemCommand |
A command for bringing the next schedule item into view.
| |
| PreviousScheduleItemCommand |
A command for bringing the previous schedule item into view.
| |
| ShowFullWeekCommand |
A command for showing all 7 days of the week in WeekView.
| |
| ShowWorkWeekCommand |
A command for only displaying the 5 working days in WeekView.
| |
| SwitchToDayViewCommand |
A command for switching to DayView.
| |
| SwitchToMonthViewCommand |
A command for switching to MonthView.
| |
| SwitchToWeekViewCommand |
A command for switching to WeekView.
| |
| ViewDetailsCommand |
A command for switching to day view from month view for a day that has more items than can be displayed.
|