sortedColumns
Contains information about which columns are currently being sorted.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public IEnumerable<SortColumnDescription> sortedColumns { get; }
Remarks
Use along with the _columnSortingChanged event.