Search
ScheduleGrid Class
See Also
 





A tree grid that can display activities and resource allocations.

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

 Syntax

C#  Copy Code

public class ScheduleGrid : TreeGrid

Visual Basic  Copy Code

Public Class ScheduleGrid
    Inherits TreeGrid

 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