The C1DateTimePicker controls allows editing DateTime values.
Allows editing DateTime values.

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors

Syntax

C#
public class C1DateTimePicker : Control
Visual Basic (Declaration)
Public Class C1DateTimePicker _
	Inherits Control
XAML Object Element Usage
<C1DateTimePicker .../>

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              C1.WPF.DateTimeEditors..::..C1DateTimePicker

See Also