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)
831
if (
_footerRow
== null) {
834
return
_footerRow
;
2269
_footerRow
.Visible = false;