Represents an item within a DataTreeGrid control.

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

Syntax

C#
public class DataTreeGridItem : DependencyObject, 
	INotifyPropertyChanged
Visual Basic (Declaration)
Public Class DataTreeGridItem _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      DlhSoft.Windows.Controls..::.DataTreeGridItem
        DlhSoft.Windows.Controls..::.GanttChartItem
        DlhSoft.Windows.Controls..::.ScheduleChartItem

See Also