1 write to _headerTemplate
System.Web (1)
UI\WebControls\FormView.cs (1)
742
_headerTemplate
= value;
4 references to _headerTemplate
System.Web (4)
UI\WebControls\FormView.cs (4)
739
return
_headerTemplate
;
1452
if (
_headerTemplate
== null && HeaderText.Length == 0) {
2395
contentTemplate =
_headerTemplate
;
2398
if (
_headerTemplate
== null && headerText.Length > 0) {