RadControls for Silverlight

Represents a selection control that allows you to select time from grid.

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

Syntax

C#
public class DateTimePickerClock : RadClock
Visual Basic
Public Class DateTimePickerClock _
	Inherits RadClock

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            Telerik.Windows.Controls..::..ItemsControl
              Telerik.Windows.Controls..::..HeaderedItemsControl
                Telerik.Windows.Controls..::..RadClock
                  Telerik.Windows.Controls..::..DateTimePickerClock

See Also