Iterates all level parent items of the specified item up in the hierarchical collection.

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

Syntax

C#
public IEnumerable<DataTreeGridItem> GetAllParents(
	DataTreeGridItem item
)
Visual Basic (Declaration)
Public Function GetAllParents ( _
	item As DataTreeGridItem _
) As IEnumerable(Of DataTreeGridItem)

Parameters

item
Type: DlhSoft.Windows.Controls..::..DataTreeGridItem
The item to iterate all level parents of.

Return Value

All level parent items of the specified item.

See Also