1 write to _footerRow
System.Web (1)
UI\WebControls\GridView.cs (1)
2267_footerRow = CreateRow(-1, -1, DataControlRowType.Footer, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
3 references to _footerRow
System.Web (3)
UI\WebControls\GridView.cs (3)
831if (_footerRow == null) { 834return _footerRow; 2269_footerRow.Visible = false;