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)
696if (_headerRow == null) { 699return _headerRow; 1453_headerRow.Visible = false;