# Unbind(VisualElement)

> Disconnects all properties bound to fields in the element's hierarchy.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.UIElements](/engine/6000.5/script-reference/unityeditor/uielements.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static void Unbind(this VisualElement element)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.5/script-reference/unityengine/uielements/visualelement)): Root VisualElement containing IBindable fields.
