New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadListViewSortExpressionBuilder

Inheritance Hierarchy

Methods

add

Adds a sort expression to the collection

Parameters

field String

The field name that is sorted

order String

Optional

Returns

None

clear

Clears the sort expressions collection

Parameters

Returns

None

remove

Removes a field from the sort expressions

Parameters

field String

The field name to remove

Returns

None

toggle

Toggles the sort order of the specified field

Parameters

field String

The field whose sort order to toggle

Returns

None

In this article