# Sandbox.RangeAttribute.Clamped

```csharp
bool Clamped { get; set; }
```

Whether or not the value should be clamped to the range.
If false, the user can manually enter values outside the range if they wish.

Declared in [Sandbox.RangeAttribute](/api/Sandbox.RangeAttribute).
Assembly: `Sandbox.System`.
