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)
899
if (
_headerRow
== null) {
902
return
_headerRow
;
1689
_headerRow
.Visible = false;