public void SetSorting (int columnIndex, bool sortAscending);

Parámetros

columnIndexColumn to sort.
sortAscendingSorting order for the column specified.

Descripción

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.