FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / AllowLoadOnDemand Property
Example


In This Topic
AllowLoadOnDemand Property (SheetView)
In This Topic
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

Property Value

Boolean: true to allow users to set load on demand; false otherwise
Example
See Also