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