RadControls for Silverlight

A Grid-Like control that can display hierarchies like a TreeView.
A Grid-Like control that can display hierarchies like a TreeView.
A Grid-Like control that can display hierarchies like a TreeView.
A Grid-Like control that can display hierarchies like a TreeView.

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

Syntax

C#
public class RadTreeListView : GridViewDataControl, 
	IThemable
Visual Basic
Public Class RadTreeListView _
	Inherits GridViewDataControl _
	Implements IThemable

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          Telerik.Windows.Controls..::..DataControl
            Telerik.Windows.Controls.GridView..::..BaseItemsControl
              Telerik.Windows.Controls.GridView..::..GridViewDataControl
                Telerik.Windows.Controls..::..RadTreeListView

See Also