# allowDynamicPanelBehaviorChanges

> Defines if the Displace Window behavior of dynamic panels can be modified for that window type.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Overlays](/engine/6000.7/script-reference/unityeditor/overlays.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool allowDynamicPanelBehaviorChanges { get; set; }
```

### Remarks

See also [OverlayCanvasSettingsAttribute.dynamicPanelBehavior](/engine/6000.7/script-reference/unityeditor/overlays/overlaycanvassettingsattribute/dynamicpanelbehavior.md).
