# sortColumnAscending

> Whether the sorting order is ascending, true, or descending, false.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Profiling](/engine/6000.6/script-reference/unityeditor/profiling.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool sortColumnAscending { get; }
```

### Remarks

Use the [HierarchyFrameDataView.Sort](/engine/6000.6/script-reference/unityeditor/profiling/hierarchyframedataview/sort.md) method to resort the view.
