# Editor.DockManager.State

```csharp
string State { get; set; }
```

A string representing the entire state of the dock manager (position of all docks, etc).
Setting this restores the layout and invokes [Editor.DockManager.OnLayoutLoaded](/api/Editor.DockManager/OnLayoutLoaded).

Declared in [Editor.DockManager](/api/Editor.DockManager).
Assembly: `Sandbox.Tools`.
