The ScheduleView type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ScheduleView |
Initializes a new instance of the ScheduleView class.
|
Methods
| Name | Description | |
|---|---|---|
| CancelAdd |
When overridden in a derived class, cancels the addition of the specified
ScheduleItem.
| |
| DecrementView |
Moves the view backward to the previous block (e.g. previous week).
| |
| GetStartDateContaining |
When overridden in a derived class, gets a start date that is appropriate
for that type of view to display the given date.
| |
| IncrementView |
Moves the view forward to the next block (e.g. next week).
| |
| NotifyDateRangeChanged |
Raises change notification events required when the view changes to
displaying a different date range.
| |
| OnPropertyChanged |
Raises the PropertyChanged event.
|
Properties
| Name | Description | |
|---|---|---|
| DateRangeDisplayInfo |
Gets display information for the view title.
| |
| DateRangeDisplayMode |
Gets how the title should be formatted in the view.
| |
| EndDate |
Gets the end date of the view.
| |
| IsNextWingEnabled |
Gets whether the "next item" wing button is enabled.
| |
| IsPreviousWingEnabled |
Gets whether the "previous item" wing button is enabled.
| |
| Now |
Gets the current date and time.
| |
| Schedule |
Gets or sets the Schedule being displayed.
| |
| SelectedDateRange |
Gets a DateRange containing the selected start and end dates.
If a ScheduleItem is selected, then the start and end times of the item will be returned instead.
| |
| ShowWings |
Gets whether the view needs to display the "wing" buttons (previous and next schedule item).
| |
| StartDate |
Gets or sets the start date of the view.
| |
| Times |
Gets the hours of the day.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
|