2 writes to _headerRow
System.Web (2)
UI\WebControls\GridView.cs (2)
2114
_headerRow
= CreateRow(-1, -1, DataControlRowType.Header, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
2138
_headerRow
= CreateRow(-1, -1, DataControlRowType.Header, DataControlRowState.Normal, dataBinding, null, displayFields, rows, null);
3 references to _headerRow
System.Web (3)
UI\WebControls\GridView.cs (3)
886
if (
_headerRow
== null) {
889
return
_headerRow
;
2140
_headerRow
.Visible = false;