Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


canSort

Use this property to control whether sorting is enabled for all the columns.
Read time 1 minuteLast updated 12 days ago

Definition

public bool canSort { get; set; }

Remarks

This property controls whether sorting is enabled for all columns and is set to true by default. If false, left-clicking any column header will have no effect.
Use the MultiColumnHeaderState.Column.canSort property to disable sorting of individual columns.