# runtimePanel

> The runtime panel that this UIDocument is attached to.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/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.
