Version

tabIndex Property

Gets sets index of new selected tab as integer.Index of tab item.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_tabIndex() : Integer
function set_tabIndex(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfTabSelectedIndexChangingEventArgs.get_tabIndex();
See Also