ColumnSortingMode
Defines the sorting mode of a MultiColumnListView or MultiColumnTreeView.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum ColumnSortingMode
Fields
Value | Description |
|---|---|
| Custom | Sorting is left to the user in the MultiColumnListView.columnSortingChanged or MultiColumnTreeView.columnSortingChanged. |
| Default | The default Unity sorting will be used. Define how to compare items in a column with Column.comparison. |
| None | Sorting is disabled. |