1 write to headerTemplate
System.Web (1)
UI\WebControls\DataList.cs (1)
334headerTemplate = value;
5 references to headerTemplate
System.Web (5)
UI\WebControls\DataList.cs (5)
331return headerTemplate; 889if (headerTemplate != null) { 993if (headerTemplate != null) { 1018contentTemplate = headerTemplate; 1461return ShowHeader && (headerTemplate != null);