# runtimePanel

> The runtime panel whose visualTree contains this document's rootVisualElement, if any.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public IRuntimePanel runtimePanel { get; }
```

### Remarks

Null will be returned if the UIDocument is not enabled or if the panel has not been created yet.
