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

Namespace:  C1.WPF.DateTimeEditors
Assembly:  C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)

Syntax

C#
public class C1DateTimePicker : Control
Visual Basic (Declaration)
Public Class C1DateTimePicker _
	Inherits Control

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