The MonthViewDayElement type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| OnMouseDoubleClick |
Called when the mouse is double click over this MonthViewDayElement.
(Overrides Control..::.OnMouseDoubleClick(MouseButtonEventArgs).) | |
| OnMouseEnter |
Called by the framework when the mouse enters the control.
(Overrides ListBoxItem..::.OnMouseEnter(MouseEventArgs).) | |
| OnMouseLeave |
Called by the framework when the mouse leaves the control.
(Overrides ListBoxItem..::.OnMouseLeave(MouseEventArgs).) | |
| OnMouseLeftButtonDown |
Called by the framework when the user presses the left mouse button.
(Overrides ListBoxItem..::.OnMouseLeftButtonDown(MouseButtonEventArgs).) | |
| OnMouseLeftButtonUp |
Called by the framework when the user releases the left mouse button.
(Overrides UIElement..::.OnMouseLeftButtonUp(MouseButtonEventArgs).) | |
| OnPropertyChanged |
Raises the PropertyChanged event.
|
Properties
| Name | Description | |
|---|---|---|
| BelongsToTargetMonth |
Gets whether the represented day belongs to the month being displayed.
| |
| Day |
Gets the day represented by this MonthViewDayElement.
| |
| HasOverflowItems |
Gets whether the control contains more ScheduleItem objects than
it can render.
| |
| ViewStatus |
Gets display information for the MonthViewDayElement.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Occurs when a property value changes.
|