1 write to _headerTemplate
System.Web (1)
UI\WebControls\DetailsView.cs (1)
945
_headerTemplate
= value;
4 references to _headerTemplate
System.Web (4)
UI\WebControls\DetailsView.cs (4)
942
return
_headerTemplate
;
1688
if (
_headerTemplate
== null && HeaderText.Length == 0) {
2766
contentTemplate =
_headerTemplate
;
2769
if (
_headerTemplate
== null && headerText.Length > 0) {