1 write to _headerRow
System.Web (1)
UI\WebControls\DetailsView.cs (1)
1687_headerRow = CreateRow(-1, DataControlRowType.Header, DataControlRowState.Normal, null, rows, null);
3 references to _headerRow
System.Web (3)
UI\WebControls\DetailsView.cs (3)
899if (_headerRow == null) { 902return _headerRow; 1689_headerRow.Visible = false;