2 writes to allowCustomPaging
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
36
this.
allowCustomPaging
= false;
52
allowCustomPaging
= value;
3 references to allowCustomPaging
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
49
return
allowCustomPaging
;
186
return IsPagingEnabled &&
allowCustomPaging
;
334
if (
allowCustomPaging
|| allowServerPaging) {