The standard page that can be opened by a DatePicker.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class DatePickerPage : PhoneApplicationPage, 
	IDatePickerPage
Visual Basic
Public Class DatePickerPage _
	Inherits PhoneApplicationPage _
	Implements IDatePickerPage
Visual C++
public ref class DatePickerPage : public PhoneApplicationPage, 
	IDatePickerPage

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..UserControl
            System.Windows.Controls..::..Page
              PhoneApplicationPage
                Mindscape.PhoneElements..::..DatePickerPage

See Also