[]
Configurates SortOrder. Sets the sort order of the column.
public TBuilder SortOrder(SortOrder value)
Public Function SortOrder(value As SortOrder) As TBuilder
| Type | Name | Description |
|---|---|---|
| SortOrder | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
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.