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


In This Topic
    LoadOnDemandTriggerMode Property
    In This Topic
    Gets or sets the LoadOnDemandTriggerMode property. If trigger mode is Timed, spread loads the next set of rows after a period of time until there are no rows to load. If trigger mode is OffsetBased, spread only loads the next set of rows if the user scrolls to the row at the LoadOffsetFromBottom position.
    Syntax
    'Declaration
     
    
    Public Property LoadOnDemandTriggerMode As LoadOnDemandTriggerMode
    'Usage
     
    
    Dim instance As SheetView
    Dim value As LoadOnDemandTriggerMode
     
    instance.LoadOnDemandTriggerMode = value
     
    value = instance.LoadOnDemandTriggerMode
    public LoadOnDemandTriggerMode LoadOnDemandTriggerMode {get; set;}
    Example
    This example sets the LoadOnDemandTriggerMode property.
    See Also