Version

selectedIndex Property

Returns the index of the ImageItem that is to be selected. When set to -1, no image will be selected.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selectedIndex() : int
function set_selectedIndex(value : int)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebImageViewer.get_selectedIndex();
See Also