constants SortOrderEnum
Specifies the column's sort order. Use the SortOrder property to specify the column's sort order.

NameValueDescription
SortNone0 The column is not sorted. ( if the control supports sorting by multiple columns, the column is removed from the sorting columns collection )
SortAscending1 The column is sorted ascending. ( if the control supports sorting by multiple columns, the column is added to the sorting columns collection )
SortDescending2 The column is sorted descending. ( if the control supports sorting by multiple columns, the column is added to the sorting columns collection )