1 write to _bottomPagerRow
System.Web (1)
UI\WebControls\DetailsView.cs (1)
1712
_bottomPagerRow
= CreateRow(-1, DataControlRowType.Pager, DataControlRowState.Normal, null, rows, pagedDataSource);
2 references to _bottomPagerRow
System.Web (2)
UI\WebControls\DetailsView.cs (2)
356
if (
_bottomPagerRow
== null) {
359
return
_bottomPagerRow
;