Gets the direct parent item of the current item in the hierarchical collection.

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

Syntax

C#
public DataTreeGridItem Parent { get; }
Visual Basic (Declaration)
Public ReadOnly Property Parent As DataTreeGridItem

Return Value

The parent item of the current item.

See Also