Displays a single day in the month view of a Scheduler.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class MonthViewDayElement : ListBoxItem, 
	INotifyPropertyChanged, IDoubleClickObserver
Visual Basic
Public Class MonthViewDayElement _
	Inherits ListBoxItem _
	Implements INotifyPropertyChanged, IDoubleClickObserver
Visual C++
public ref class MonthViewDayElement : public ListBoxItem, 
	INotifyPropertyChanged, IDoubleClickObserver

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ListBoxItem
              Mindscape.SilverlightElements..::..MonthViewDayElement

See Also