RadControls for WPF

Represents a control that allows the user to select dates and times.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public class RadDateTimePicker : Control, 
	IThemable
Visual Basic
Public Class RadDateTimePicker _
	Inherits Control _
	Implements IThemable

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
              Telerik.Windows.Controls..::..RadDateTimePicker
                Telerik.Windows.Controls..::..RadDatePicker
                Telerik.Windows.Controls..::..RadTimePicker

See Also