Version

target Property

Returns/sets where the NavigateUrl will be navigated to when an item is clicked. target for the navigate URL
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_target() : String
function set_target(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfListItem.get_target();
See Also