AllowLoadOnDemand Property (FpSpread)
In This Topic
Gets or sets whether to allow incremental loads to the client on demand when the user is scrolling.
Syntax
'Declaration
Public Property AllowLoadOnDemand As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AllowLoadOnDemand = value
value = instance.AllowLoadOnDemand
public bool AllowLoadOnDemand {get; set;}
Property Value
Boolean:
true to allow load-on-demand paging;
false otherwise
Example
This example allows the loading of a specified number of rows.
See Also