[]
Gets or sets the sort order of the column.
public SortOrder SortOrder { get; set; }
Public Property SortOrder As SortOrder
The default value for this property is null, which causes the column to be sorted in the order defined by the grid's SortOrder property.To override the default sort order, set this property to one of the options of SortOrder.