# Node

> Gets the HierarchyNode bound to this HierarchyViewItem. This value is HierarchyNode.Null when HierarchyNodeTypeHandler.OnUnbindItem executes.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Hierarchy](/engine/6000.5/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyModule

```csharp
public ref readonly HierarchyNode Node { get; }
```
