RadControls for WPF

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.40

Syntax

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

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
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..ListBoxItem
                  Telerik.Windows.Controls..::..RadComboBoxItem
                    Telerik.Windows.Controls..::..RadRibbonComboBoxItem

See Also