Search
TreeGrid Class
See Also
 





A grid that can display hierarchical data.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public class TreeGrid : DataGrid

Visual Basic  Copy Code

Public Class TreeGrid
    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
                                        MindFusion.DataViews.Wpf.DataGrid
                                            MindFusion.DataViews.Wpf.TreeGrid
                                                MindFusion.DataViews.Wpf.ScheduleGrid

 See Also