6 references to Header
System.Web (6)
UI\WebControls\BoundField.cs (1)
544if (cellType == DataControlCellType.Header && SupportsHtmlEncode && HtmlEncode) {
UI\WebControls\ButtonField.cs (1)
206if ((cellType != DataControlCellType.Header) &&
UI\WebControls\DataControlField.cs (1)
465case DataControlCellType.Header:
UI\WebControls\DetailsView.cs (1)
2757field.InitializeCell(headerTextCell, DataControlCellType.Header, rowState, itemIndex);
UI\WebControls\GridView.cs (1)
3351cellType = DataControlCellType.Header;
UI\WebControls\TemplateField.cs (1)
273case DataControlCellType.Header: