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)
841return _footerTemplate; 1706if (_footerTemplate == null && FooterText.Length == 0) { 2774contentTemplate = _footerTemplate; 2777if (_footerTemplate == null && footerText.Length > 0) {