# Editor.Widget.Hidden

```csharp
bool Hidden { get; set; }
```

Whether this widget is hidden. This differs from Visible because this will return the state for
this particular widget, where as Visible returns false if a parent is hidden etc.

Declared in [Editor.Widget](/api/Editor.Widget).
Assembly: `Sandbox.Tools`.
