1 write to _headerRow
System.Web (1)
UI\WebControls\FormView.cs (1)
1451
_headerRow
= CreateRow(itemIndex, DataControlRowType.Header, DataControlRowState.Normal, rows, null);
3 references to _headerRow
System.Web (3)
UI\WebControls\FormView.cs (3)
696
if (
_headerRow
== null) {
699
return
_headerRow
;
1453
_headerRow
.Visible = false;