Represents a hierarchical data collection used internally by DataTreeGrid control.
Namespace:
DlhSoft.Windows.Controls
Assembly:
DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)
Syntax
C# |
---|
public class DataTreeGridItemCollection : ObservableCollection<DataTreeGridItem>, IDisposable |
Visual Basic (Declaration) |
---|
Public Class DataTreeGridItemCollection _ Inherits ObservableCollection(Of DataTreeGridItem) _ Implements IDisposable |
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'DataTreeGridItem>)>)>
System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'DataTreeGridItem>)>)>
DlhSoft.Windows.Controls..::..DataTreeGridItemCollection
System.Collections.ObjectModel..::..Collection<(Of <(<'DataTreeGridItem>)>)>
System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'DataTreeGridItem>)>)>
DlhSoft.Windows.Controls..::..DataTreeGridItemCollection