ComparisonField.OrderBy

ComparisonField.OrderBy method

Sets value which indicates if client uses ascending or descending sorting on the Field.

public void OrderBy(bool ascending)
ParameterTypeDescription
ascendingBooleanSet true if you want to use ascending sorting, otherwise set false.

See Also