# IsPrimary(Column)

> Checks if the specified column is the primary one.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public bool IsPrimary(Column column)
```

### Parameters

**** (\[Column]\(/engine/6000.0/script-reference/unityengine/uielements/column)): The column to check.

### Returns

| Type                                                          | Description                                             |
| ------------------------------------------------------------- | ------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Whether or not the specified column is the primary one. |
