RadControls for Silverlight

Represents an editable ComboBox control showing predefined time durations in minutes, hours, days and weeks.

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

Syntax

C#
public class DurationPicker : RadComboBox
Visual Basic
Public Class DurationPicker _
	Inherits RadComboBox

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..::..Selector
                Telerik.Windows.Controls..::..RadComboBox
                  Telerik.Windows.Controls..::..DurationPicker

See Also