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)
595if (_footerRow == null) { 598return _footerRow; 1471_footerRow.Visible = false;