# Sandbox.Component.Active

```csharp
bool Active { get; set; }
```

True if this Component is enabled, and all of its ancestor GameObjects are enabled

Declared in [Sandbox.Component](/api/Sandbox.Component).
Assembly: `Sandbox.Engine`.
