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)
942return _headerTemplate; 1688if (_headerTemplate == null && HeaderText.Length == 0) { 2766contentTemplate = _headerTemplate; 2769if (_headerTemplate == null && headerText.Length > 0) {