property Column.SortOrder as SortOrderEnum

Specifies the column's sort order.

TypeDescription
SortOrderEnum A SortOrderEnum expression that indicates the column's sort order.

The SortOrder property determines the column's sort order. By default, the SortOrder property is SortNone. Use the SortOrder property to sort a column at runtime. Use the SortType property to determine the way how the column is sorted.

The group automatically sorts a column when the user clicks the column's header. If the SortOnClick property is False the group disables sorting the items when user clicks the column's header. There are two methods to get the items sorted like follows: