Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


sortingMode

Indicates how to sort columns. To enable sorting, set it to ColumnSortingMode.Default or ColumnSortingMode.Custom. The Default mode uses the sorting algorithm provided by MultiColumnController, acting on indices. You can also implement your own sorting with the Custom mode, by responding to the _columnSortingChanged event.
Read time 1 minuteLast updated 11 days ago

Definition

[UxmlAttribute]public ColumnSortingMode sortingMode { get; set; }

Remarks

Note: If there is at least one sorted column, reordering is temporarily disabled.