Version

dataFetchDelay Property

Gets a wait delay between the scrollbar movements to initiate the rows request to the server.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dataFetchDelay() : Integer
function set_dataFetchDelay(value : Integer)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfVirtualScrolling.get_dataFetchDelay();
See Also