RadControls for Silverlight

Implements a selectable item inside a RadComboBox.

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

Syntax

C#
public class RadComboBoxItem : ListBoxItem
Visual Basic
Public Class RadComboBoxItem _
	Inherits ListBoxItem

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            Telerik.Windows.Controls..::..ListBoxItem
              Telerik.Windows.Controls..::..RadComboBoxItem
                Telerik.Windows.Controls..::..RadRibbonComboBoxItem

See Also