Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

MultiColumnHeader.SetSorting

public void SetSorting(int columnIndex, bool sortAscending);

Parameters

columnIndexColumn to sort.
sortAscendingSorting order for the column specified.

Description

Sets the primary sorting column and its sorting order.

This function sets the primary sorting column and its sorting order. It also triggers the sortingChanged event if the sorting state changes. You can set the columnIndex to -1 to clear the sort.

See Also: SetSortingColumns, sortedColumnIndex and IsSortedAscending.g.

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