primaryColumnName
Indicates the column that needs to be considered as the primary column, by ID.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[CreateProperty]public string primaryColumnName { get; set; }
Remarks
Needs to match a Column's id, otherwise will be ignored. The primary column cannot be hidden and will contain the expand arrow for tree views.