Spread for ASP.NET 12 Product Documentation
LoadOnDemandMode Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : LoadOnDemandMode Property
Gets or sets the LoadOnDemandMode property. In Standard mode, spread loads the next set of rows, if after scrolling, there are no bottom rows (in the view) that are hidden. In Background mode, spread loads the next set of rows after a period of time or after the user scrolls to the row at the LoadOffsetFromBottom position.
Syntax
'Declaration
 
Public Property LoadOnDemandMode As LoadOnDemandMode
'Usage
 
Dim instance As SheetView
Dim value As LoadOnDemandMode
 
instance.LoadOnDemandMode = value
 
value = instance.LoadOnDemandMode
public LoadOnDemandMode LoadOnDemandMode {get; set;}
See Also

Reference

SheetView Class
SheetView Members