# level

> The level of the entry in the search tree.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.7/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public int level
```

### Remarks

The search entry is automatically parented by the SearchTreeGroupEntry at the previous, lower level. If the level is set to zero, the search entry appears at the root.
