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)
407if (_bottomPagerRow == null) { 410return _bottomPagerRow; 2306if (_bottomPagerRow != null) { 2307_bottomPagerRow.Visible = false; 4118if (_bottomPagerRow != null && _bottomPagerRow.Cells.Count > 0) { 4119_bottomPagerRow.Cells[0].ColumnSpan = visibleColumns;