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


In This Topic
    LoadOnDemandTriggerMode Enumeration
    In This Topic
    Specifies the method for loading the next set of rows (after a period of time or after the user scrolls to the row at the SheetView.LoadOffsetFromBottom position).
    Syntax
    'Declaration
     
    
    Public Enum LoadOnDemandTriggerMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LoadOnDemandTriggerMode
    public enum LoadOnDemandTriggerMode : System.Enum 
    Members
    MemberDescription
    OffsetBasedIndicates that spread only loads the next set of rows after the user scrolls to the row at the SheetView.LoadOffsetFromBottom position.
    TimedIndicates that spread loads the next set of rows after a period of time.
    Example
    This example sets the LoadOnDemandTriggerMode enumeration.
    Inheritance Hierarchy

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

    See Also