[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ColumnBaseBuilder-2.SortOrder

SortOrder Method

SortOrder(SortOrder)

Configurates SortOrder. Sets the sort order of the column.

Declaration
public TBuilder SortOrder(SortOrder value)
Public Function SortOrder(value As SortOrder) As TBuilder
Parameters
Type Name Description
SortOrder value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

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.