# ConverterGroup(string, string, string)

> Creates a ConverterGroup.

## Definition

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

```csharp
public ConverterGroup(string id, string displayName = null, string description = null)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The group id.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The group display name.**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The group description.
