Version

index Property

Returns the index of the item in the WebDropDown's DropDownItemCollection. index of the item
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_index() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItem.get_index();
See Also