1 write to _footerRow
System.Web (1)
UI\WebControls\DetailsView.cs (1)
1705_footerRow = CreateRow(-1, DataControlRowType.Footer, DataControlRowState.Normal, null, rows, null);
3 references to _footerRow
System.Web (3)
UI\WebControls\DetailsView.cs (3)
798if (_footerRow == null) { 801return _footerRow; 1707_footerRow.Visible = false;