| LLBLGenProDataSourceBaseEnablePaging Property  | 
 
            Gets or sets whether Paging is enabled on this control. Default is false. If you're using paging in a bound control, be sure to set this
            property to true so the LLBLGenProDataSourceControl will perform server-side paging instead of loading everything in memory and leave the paging to
            the bound control. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax[DefaultValueAttribute(false)]
public bool EnablePaging { get; set; }<DefaultValueAttribute(false)>
Public Property EnablePaging As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also