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

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

Syntax

C#
public virtual IEnumerable<DataTreeGridItem> AllParents { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property AllParents As IEnumerable(Of DataTreeGridItem)

Return Value

All level parent items of the current item.

See Also