Displays hierarchical data in a customizable tree-grid based on DataGrid control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

C#
public class DataTreeGrid : DataGrid
Visual Basic (Declaration)
Public Class DataTreeGrid _
	Inherits DataGrid

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..::..ItemsControl
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls.Primitives..::..MultiSelector
                    System.Windows.Controls..::..DataGrid
                      DlhSoft.Windows.Controls..::..DataTreeGrid

See Also