RadControls for Silverlight

Represents a ListBox control.

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

Syntax

C#
public class RadListBox : ListControl
Visual Basic
Public Class RadListBox _
	Inherits ListControl

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
              ItemsControlOnItemsSourceChanged
                ItemsControlSelector
                  ListControl
                    Telerik.Windows.Controls..::..RadListBox
                      Telerik.Windows.Controls..::..RadColorPaletteView
                      Telerik.Windows.Controls..::..RadGallery

See Also