Version

sortDirection Property

Returns the sorting direction that has been applied to the column.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_sortDirection() : GridColumn
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfSortedEventArgs.get_sortDirection();
See Also