RadControls for Silverlight

Represents a selection control with a drop-down list that can be shown or hidden by clicking the arrow on the control.

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

Syntax

C#
public class RadComboBox : Selector, 
	IThemable, IPopupWrapperOwner
Visual Basic
Public Class RadComboBox _
	Inherits Selector _
	Implements IThemable, IPopupWrapperOwner

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
                  Telerik.Windows.Controls..::..RadRibbonComboBox

See Also