property Column.SortType as SortTypeEnum

Returns or sets a value that indicates the way a control sorts the values for a column.

TypeDescription
SortTypeEnum A SortTypeEnum expression that indicates the way a control sorts the values for a column.

By default, the column's SortType is String. Use the SortType property to specifies how the control will sort the column. Use the SortChildren property of Items to do a sort based on a column. The SortOrder property determines the column's sort order.