Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LoadOnDemandMode Enumeration
Example Example


In This Topic
    LoadOnDemandMode Enumeration
    In This Topic
    Indicates the mode of loading the next rows (standard or in background).
    Syntax
    'Declaration
     
    
    Public Enum LoadOnDemandMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LoadOnDemandMode
    public enum LoadOnDemandMode : System.Enum 
    Members
    MemberDescription
    BackgroundIndicates that spread loads the next set of rows after a period of time or after the user scrolls to the row at the SheetView.LoadOffsetFromBottom position.
    StandardIndicates that spread only loads the next rows if after scrolling, there are no bottom rows that are hidden from the view.
    Example
    This example sets the LoadOnDemandMode enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.LoadOnDemandMode

    See Also