1 write to _topPagerRow
System.Web (1)
UI\WebControls\GridView.cs (1)
2135
_topPagerRow
= CreateRow(-1, -1, DataControlRowType.Pager, DataControlRowState.Normal, dataBinding, null, displayFields, rows, pagedDataSource);
7 references to _topPagerRow
System.Web (7)
UI\WebControls\GridView.cs (7)
1547
if (
_topPagerRow
== null) {
1550
return
_topPagerRow
;
2303
if (
_topPagerRow
!= null) {
2304
_topPagerRow
.Visible = false;
4115
if (
_topPagerRow
!= null &&
_topPagerRow
.Cells.Count > 0) {
4116
_topPagerRow
.Cells[0].ColumnSpan = visibleColumns;