This version of Unity is unsupported.

SearchUtils.ShowColumnEditor

Declaration

public static EditorWindow ShowColumnEditor(IMGUI.Controls.MultiColumnHeaderState.Column column, Action<Column> editHandler);

Parameters

column Search column.
editHandler Handler to be notified if the column was edited.

Returns

EditorWindow Instance of the editor window. This can be used to manually close the opened window.

Description

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