Version

autoFilterTimeoutMs Property

milliseconds that will pass while the user is typing, until a postback will be made this means we don't do a postback on every keystroke in the input box, in order to fetch filtering results milliseconds that will pass while the user is typing, until an async postback will be made
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_autoFilterTimeoutMs() : Integer
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_autoFilterTimeoutMs();
See Also