Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MultiColumnHeader.canSort

public bool canSort;

Description

Use this property to control whether sorting is enabled for all the columns.

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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答