RadControls for WPF

Represents a selectable item in a Telerik.Windows.Controls.RadListBox control.

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

Syntax

C#
public class RadListBoxItem : ListItem
Visual Basic
Public Class RadListBoxItem _
	Inherits ListItem

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
                ListItem
                  Telerik.Windows.Controls..::..RadListBoxItem
                    Telerik.Windows.Controls..::..RadColorPaletteViewItem
                    Telerik.Windows.Controls..::..RadGalleryItem
                    Telerik.Windows.Controls.Spreadsheet.Controls..::..DocumentThemeListBoxItem
                    Telerik.Windows.Controls.Spreadsheet.Controls..::..ThemeColorListBoxItem
                    Telerik.Windows.Controls.Spreadsheet.Controls..::..ThemeFontListBoxItem

See Also