Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / LoadOnDemandMode Property
Example


In This Topic
    LoadOnDemandMode Property
    In This Topic
    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;}
    Example
    This example sets the LoadOnDemandMode property.
    See Also