1 write to _footerTemplate
System.Web (1)
UI\WebControls\DetailsView.cs (1)
844
_footerTemplate
= value;
4 references to _footerTemplate
System.Web (4)
UI\WebControls\DetailsView.cs (4)
841
return
_footerTemplate
;
1706
if (
_footerTemplate
== null && FooterText.Length == 0) {
2774
contentTemplate =
_footerTemplate
;
2777
if (
_footerTemplate
== null && footerText.Length > 0) {