# SetValueWithoutNotify(TValueType)

> Allow to set the value without being notified.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.5/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## SetValueWithoutNotify(T)

```csharp
public override void SetValueWithoutNotify(TValueType newValue)
```

### Parameters

**** (T): The new value to set.
