property Column.DefaultSortOrder as Boolean
Specifies whether the default sort order is ascending or descending.

TypeDescription
Boolean A boolean expression that specifies the default sort order.

Use the DefaultSortOrder property to specify the default sort order, when the column's header is clicked. Use the SortOnClick property to specify the action that control takes when the user clicks the column's header. The SortOrder property specifies the column's sort order. Use the Sort method to sort  items at runtime. Use the SingleSort property to allow sorting by multiple columns.