Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
sortDirection Property
Returns the sorting direction that will be applied to the column
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_sortDirection() : GridColumn
function set_sortDirection(value : GridColumn) |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfSortingEventArgs.get_sortDirection(); |
See Also