# GetItemContentStyle(SearchColumn)

> Returns the default item GUI style used to draw the cell of a search item property in table view.

## Definition

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

```csharp
public static GUIStyle GetItemContentStyle(SearchColumn column)
```

### Parameters

**** (\[SearchColumn]\(/engine/6000.6/script-reference/unityeditor/search/searchcolumn)): Search column drawing the item.

### Returns

| Type                                                                | Description                   |
| ------------------------------------------------------------------- | ----------------------------- |
| [GUIStyle](/engine/6000.6/script-reference/unityengine/guistyle.md) | GUI style to render the item. |

### Remarks

The GUI style will draw the item aligned either left, middle or right based on the search column settings.
