# Editor.Widget.Visible

```csharp
bool Visible { get; set; }
```

Whether this widget is visible or not, in the tree. This will return false if a parent is hidden. You 
might want to set Hidden if you're looking to check local visible status on a widget.

Declared in [Editor.Widget](/api/Editor.Widget).
Assembly: `Sandbox.Tools`.
