# ItemSelectors

> Utility class to generate search column with item selectors.

## Definition

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

```csharp
public static class ItemSelectors
```

## Static Methods

| Method                                                                                                         | Description                                                                                       |
| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| [CreateColumn](/engine/6000.7/script-reference/unityeditor/search/itemselectors/createcolumn.md)               | Create a search column.                                                                           |
| [Enumerate](/engine/6000.7/script-reference/unityeditor/search/itemselectors/enumerate.md)                     | Enumerate search column for a given set of search items.                                          |
| [GetItemContentStyle](/engine/6000.7/script-reference/unityeditor/search/itemselectors/getitemcontentstyle.md) | Returns the default item GUI style used to draw the cell of a search item property in table view. |
