A control for selecting one or more DateTime objects. This control can display multiple months based on the size available.

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

Syntax

C#
public class MultiCalendar : Control, 
	INotifyPropertyChanged
Visual Basic
Public Class MultiCalendar _
	Inherits Control _
	Implements INotifyPropertyChanged
Visual C++
public ref class MultiCalendar : public Control, 
	INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Mindscape.SilverlightElements..::..MultiCalendar

See Also