# group

> The name of the group this overlay menu belongs to.

## Definition

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

```csharp
public string group { get; set; }
```

### Remarks

Specify the group to add this overlay menu to. The overlay belongs to the Custom group by default.
