Method SetSort
SetSort(SortField)
Sets the sort to the given criteria.
Declaration
public virtual void SetSort(SortField field)
Parameters
Type | Name | Description |
---|---|---|
SortField | field |
SetSort(SortField[])
Sets the sort to the given criteria in succession.
Declaration
public virtual void SetSort(params SortField[] fields)
Parameters
Type | Name | Description |
---|---|---|
SortField[] | fields |