1 write to _bottomPagerRow
System.Web (1)
UI\WebControls\GridView.cs (1)
2273
_bottomPagerRow
= CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource);
7 references to _bottomPagerRow
System.Web (7)
UI\WebControls\GridView.cs (7)
407
if (
_bottomPagerRow
== null) {
410
return
_bottomPagerRow
;
2306
if (
_bottomPagerRow
!= null) {
2307
_bottomPagerRow
.Visible = false;
4118
if (
_bottomPagerRow
!= null &&
_bottomPagerRow
.Cells.Count > 0) {
4119
_bottomPagerRow
.Cells[0].ColumnSpan = visibleColumns;