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)
739return _headerTemplate; 1452if (_headerTemplate == null && HeaderText.Length == 0) { 2395contentTemplate = _headerTemplate; 2398if (_headerTemplate == null && headerText.Length > 0) {