sortedColumnIndex
The index of the column that is set to be the primary sorting column. This is the column that shows the sorting arrow above the header text.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public int sortedColumnIndex { get; set; }
Remarks
Default value: -1 (no sorting).