Spread for ASP.NET 12 Product Documentation
LoadOnDemandTriggerMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : LoadOnDemandTriggerMode Enumeration
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.
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace