3 references to IsPagerOnBottom
System.Web (3)
UI\WebControls\DetailsView.cs (1)
1710
if (allowPaging && PagerSettings.Visible && _pagerSettings.
IsPagerOnBottom
&& !singlePage && mode != DetailsViewMode.Insert) {
UI\WebControls\FormView.cs (1)
1474
if (allowPaging && PagerSettings.Visible && _pagerSettings.
IsPagerOnBottom
&& mode != FormViewMode.Insert && !singlePage) {
UI\WebControls\GridView.cs (1)
2272
if (createPager && PagerSettings.Visible && _pagerSettings.
IsPagerOnBottom
) {