# MultiColumnHeader.DefaultGUI

> Default GUI methods and properties for the MultiColumnHeader class.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static class MultiColumnHeader.DefaultGUI
```

## Static Properties

| Property                                                                                                                              | Description                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [columnContentMargin](/engine/6000.7/script-reference/unityeditor/imgui/controls/multicolumnheader/defaultgui/columncontentmargin.md) | Margin that can be used by clients of the MultiColumnHeader to control spacing between content in multiple columns. |
| [defaultHeight](/engine/6000.7/script-reference/unityeditor/imgui/controls/multicolumnheader/defaultgui/defaultheight.md)             | Default height of the header.                                                                                       |
| [minimumHeight](/engine/6000.7/script-reference/unityeditor/imgui/controls/multicolumnheader/defaultgui/minimumheight.md)             | This height is the minium height the header can have and can only be used if sorting is disabled.                   |
