Spread for ASP.NET 12 Product Documentation
AllowLoadOnDemand Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : AllowLoadOnDemand Property
Gets or sets whether to allow incremental loads to the client on demand when the user is scrolling.
Syntax
'Declaration
 
Public Property AllowLoadOnDemand As Boolean
'Usage
 
Dim instance As SheetView
Dim value As Boolean
 
instance.AllowLoadOnDemand = value
 
value = instance.AllowLoadOnDemand
public bool AllowLoadOnDemand {get; set;}
See Also

Reference

SheetView Class
SheetView Members