The DayView type exposes the following members.

Constructors

  NameDescription
DayViewOverloaded.

Methods

  NameDescription
CancelAdd
Cancels tha addition of the specified item.
(Overrides ScheduleView..::.CancelAdd(ScheduleItem).)
DecrementView
Moves the view to the previous day.
(Overrides ScheduleView..::.DecrementView()()().)
GetStartDateContaining
Gets a suitable start date for the control to display the requested date.
(Overrides ScheduleView..::.GetStartDateContaining(DateTime).)
IncrementView
Moves the view to the next day.
(Overrides ScheduleView..::.IncrementView()()().)
NotifyDateRangeChanged
Raises change notification events required when the view changes to displaying a different date range.
(Inherited from ScheduleView.)
OnApplyTemplate
Called by the framework when the control template is applied.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)
OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ScheduleView.)

Properties

  NameDescription
DateRangeDisplayInfo
Gets display information for the view title.
(Inherited from ScheduleView.)
DateRangeDisplayMode
Gets how to format dates in the view title.
(Overrides ScheduleView..::.DateRangeDisplayMode.)
Day
Gets the day being displayed.
Days
Gets a list containing the day being represented.
EndDate
Gets the end date of the view.
(Overrides ScheduleView..::.EndDate.)
IsNextWingEnabled
Gets whether the "next item" wing button is enabled.
(Inherited from ScheduleView.)
IsPreviousWingEnabled
Gets whether the "previous item" wing button is enabled.
(Inherited from ScheduleView.)
Now
Gets the current date and time.
(Inherited from ScheduleView.)
Schedule
Gets or sets the Schedule being displayed.
(Inherited from ScheduleView.)
SelectedDateRange
Gets a DateRange containing the selected start and end dates of this DayView. If a ScheduleItem is selected, then the start and end times of the item will be returned instead.
(Overrides ScheduleView..::.SelectedDateRange.)
ShowWings
Gets whether the view needs to display the "wing" buttons (previous and next schedule item).
(Inherited from ScheduleView.)
StartDate
Gets or sets the start date of the view.
(Overrides ScheduleView..::.StartDate.)
Times
Gets the hours of the day.
(Inherited from ScheduleView.)
TimeSlots
Gets the collection of timeslots to be displayed in the view.

Events

  NameDescription
PropertyChanged
Occurs when a property value changes.
(Inherited from ScheduleView.)

See Also