6 references to IsCustomPaging
System.Web.Mobile (6)
UI\MobileControls\PagedControl.cs (6)
185
return (
IsCustomPaging
|| !EnablePagination) ? 0 : PagerItemIndex;
198
return (
IsCustomPaging
|| !EnablePagination) ? InternalItemCount : PagerItemCount;
224
int itemCount =
IsCustomPaging
? ItemCount : InternalItemCount;
264
if (
IsCustomPaging
&&
304
if (
IsCustomPaging
&& IsTemplated && !IsViewStateEnabled() && _lastItemCountLoaded != -1)
338
if (_stateLoadItemsArgs != null &&
IsCustomPaging
&& IsTemplated && !IsViewStateEnabled())