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)
798
if (
_footerRow
== null) {
801
return
_footerRow
;
1707
_footerRow
.Visible = false;