# ShowColumnEditor(Column, Action<Column>)

> Opens an auxiliary column editor window to allow the user to edit search column properties.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.6/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** IMGUI support has been removed

```csharp
public static EditorWindow ShowColumnEditor(MultiColumnHeaderState.Column column, Action<MultiColumnHeaderState.Column> editHandler)
```

### Parameters

**** (\[Column]\(/engine/6000.6/script-reference/unityeditor/imgui/controls/multicolumnheaderstate/column)): Search column.**** (\[Action\<Column>]\(https\://learn.microsoft.com/dotnet/api/system.action)): Handler to be notified if the column was edited.

### Returns

| Type                                                                        | Description                                                                          |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [EditorWindow](/engine/6000.6/script-reference/unityeditor/editorwindow.md) | Instance of the editor window. This can be used to manually close the opened window. |
