1 write to _footerRow
System.Web (1)
UI\WebControls\FormView.cs (1)
1469
_footerRow
= CreateRow(itemIndex, DataControlRowType.Footer, DataControlRowState.Normal, rows, null);
3 references to _footerRow
System.Web (3)
UI\WebControls\FormView.cs (3)
595
if (
_footerRow
== null) {
598
return
_footerRow
;
1471
_footerRow
.Visible = false;